Skip to content

Commit

Permalink
Updated the Menu Item text
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrizov committed Jan 7, 2020
1 parent 311e2f5 commit f3259b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Editor/BezierCurve3DEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class BezierCurve3DEditor : UnityEditor.Editor
private ReorderableList keyPoints;
private bool showPoints = true;

[MenuItem("GameObject/Naughty/Bezier Curve")]
[MenuItem("GameObject/Create Other/Naughty Bezier Curve")]
private static void CreateBezeirCurve()
{
BezierCurve3D curve = new GameObject("Bezier Curve", typeof(BezierCurve3D)).GetComponent<BezierCurve3D>();
Expand Down

0 comments on commit f3259b3

Please sign in to comment.