From c783ed4640a90bef26dd72ecdc78efd6ce481f31 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Fri, 12 Sep 2025 13:47:58 +0900 Subject: [PATCH] remove comment. cannot access to serializedObject in OnSceneGUI --- .../Components/SpringBone/VRM10SpringBoneJointEditor.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs b/Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs index df3feab2c..2b24129b7 100644 --- a/Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs +++ b/Assets/VRM10/Editor/Components/SpringBone/VRM10SpringBoneJointEditor.cs @@ -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 } } } -} \ No newline at end of file +}