Skip to content

Commit

Permalink
fix: allow creating over the limit parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackebein authored Oct 23, 2024
1 parent 57927aa commit a50713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/Editor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ public override void OnInspectorGUI()

if (!isParameterCostsViable)
{
isCreateable = false;
//isCreateable = false;
GUILayout.Label("Expression Parameter Costs are too high!", RelativeWidth((float)1 / 2));
}

Expand Down

0 comments on commit a50713b

Please sign in to comment.