mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-03-10 07:44:57 +08:00
Fix infinite recursion in BoneProxyEditor
This commit is contained in:
parent
1f847c8326
commit
a544765727
@ -74,7 +74,7 @@ namespace nadena.dev.modular_avatar.core.editor
|
||||
if (foldout)
|
||||
{
|
||||
EditorGUI.indentLevel++;
|
||||
base.OnInspectorGUI();
|
||||
DrawDefaultInspector();
|
||||
EditorGUI.indentLevel--;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user