mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-07-30 06:28:17 -05:00
fix: rename VRM10SpringBoneJointEditor -> VRMSpringBoneEditor
Addressing https://github.com/vrm-c/UniVRM/pull/1952#discussion_r1044132637
This commit is contained in:
parent
cd88d0744f
commit
907f8ec33f
|
|
@ -4,7 +4,7 @@ using UnityEngine;
|
|||
namespace VRM
|
||||
{
|
||||
[CustomEditor(typeof(VRMSpringBone))]
|
||||
class VRM10SpringBoneJointEditor : Editor
|
||||
class VRMSpringBoneEditor : Editor
|
||||
{
|
||||
private VRMSpringBone m_target;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user