From dccf4e75104040a117d508f4c061ac646352fefd Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 30 Jun 2026 16:54:42 +0900 Subject: [PATCH] fix comment private --- .../VRM10/Editor/EditorWindow/Vrm10ColliderGroupsWindow.cs | 5 ----- Packages/VRM10/Editor/EditorWindow/Vrm10SpringsWindow.cs | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Packages/VRM10/Editor/EditorWindow/Vrm10ColliderGroupsWindow.cs b/Packages/VRM10/Editor/EditorWindow/Vrm10ColliderGroupsWindow.cs index 517eb0998..3c88e557d 100644 --- a/Packages/VRM10/Editor/EditorWindow/Vrm10ColliderGroupsWindow.cs +++ b/Packages/VRM10/Editor/EditorWindow/Vrm10ColliderGroupsWindow.cs @@ -88,11 +88,6 @@ namespace UniVRM10 { selected.Bind(new SerializedObject(obj)); } - // var joint = vrm.SpringBone.Springs[values[0]].Joints.FirstOrDefault(); - // if (joint) - // { - // EditorGUIUtility.PingObject(joint); - // } } }; selected.style.marginLeft = 12; diff --git a/Packages/VRM10/Editor/EditorWindow/Vrm10SpringsWindow.cs b/Packages/VRM10/Editor/EditorWindow/Vrm10SpringsWindow.cs index 5df7c9d8d..18d3e9a11 100644 --- a/Packages/VRM10/Editor/EditorWindow/Vrm10SpringsWindow.cs +++ b/Packages/VRM10/Editor/EditorWindow/Vrm10SpringsWindow.cs @@ -102,7 +102,7 @@ namespace UniVRM10 SceneView.duringSceneGui -= OnSceneGUI; } - void OnSceneGUI(SceneView sceneView) + private void OnSceneGUI(SceneView sceneView) { HandleUtility.Repaint();