remove comment. cannot access to serializedObject in OnSceneGUI

This commit is contained in:
ousttrue
2025-09-12 13:47:58 +09:00
parent 22b1363c78
commit c783ed4640

View File

@@ -216,9 +216,6 @@ namespace UniVRM10
if (EditorGUI.EndChangeCheck())
{
Undo.RecordObject(target, "m_angleLimitRotation");
// serializedObject.Update();
// m_angleLimitRotation.quaternionValue = rot;
// serializedObject.ApplyModifiedProperties();
m_target.m_angleLimitRotation = rot;
return true;
}
@@ -412,4 +409,4 @@ namespace UniVRM10
}
}
}
}
}