mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-09 22:19:00 +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…
x
Reference in New Issue
Block a user