Skip to content

Commit 2bf12b5

Browse files
committed
Typo fix in MinMaxRangeAttribute
1 parent 52059a8 commit 2bf12b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/BezierSolution/Attributes/MinMaxRangeAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public MinMaxRangeAttribute( float min, float max )
2222
namespace BezierSolution.Extras
2323
{
2424
[CustomPropertyDrawer( typeof( MinMaxRangeAttribute ) )]
25-
public class BaseInputDrawer : PropertyDrawer
25+
public class MixMaxRangeAttributeDrawer : PropertyDrawer
2626
{
2727
private const float MIN_MAX_SLIDER_TEXT_FIELD_WIDTH = 45f;
2828

0 commit comments

Comments
 (0)