fix comment private

This commit is contained in:
ousttrue 2026-06-30 16:54:42 +09:00
parent 561fcc1835
commit dccf4e7510
2 changed files with 1 additions and 6 deletions

View File

@ -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;

View File

@ -102,7 +102,7 @@ namespace UniVRM10
SceneView.duringSceneGui -= OnSceneGUI;
}
void OnSceneGUI(SceneView sceneView)
private void OnSceneGUI(SceneView sceneView)
{
HandleUtility.Repaint();