mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-03-10 15:54:56 +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)
|
if (foldout)
|
||||||
{
|
{
|
||||||
EditorGUI.indentLevel++;
|
EditorGUI.indentLevel++;
|
||||||
base.OnInspectorGUI();
|
DrawDefaultInspector();
|
||||||
EditorGUI.indentLevel--;
|
EditorGUI.indentLevel--;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user