mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-06 01:39:41 -05:00
fix comment private
This commit is contained in:
parent
561fcc1835
commit
dccf4e7510
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ namespace UniVRM10
|
|||
SceneView.duringSceneGui -= OnSceneGUI;
|
||||
}
|
||||
|
||||
void OnSceneGUI(SceneView sceneView)
|
||||
private void OnSceneGUI(SceneView sceneView)
|
||||
{
|
||||
HandleUtility.Repaint();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user