Skip to content

Commit ed47a78

Browse files
[Editor] Minor tweak;
1 parent 475b87b commit ed47a78

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Engine/Editor/Editors/Assets/SkinnedAnimationStateMachineEditor.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,4 @@ public override bool DrawProperty(Type fieldType, string name, Func<object> gett
246246

247247
return false;
248248
}
249-
250-
public override void OnInspectorGUI()
251-
{
252-
base.OnInspectorGUI();
253-
254-
ShowAssetUI(null);
255-
}
256249
}

0 commit comments

Comments
 (0)