diff --git a/Assets/VRM10/vrmlib/Runtime/Model.cs b/Assets/VRM10/vrmlib/Runtime/Model.cs index 8ed53b0f6..55e895a6d 100644 --- a/Assets/VRM10/vrmlib/Runtime/Model.cs +++ b/Assets/VRM10/vrmlib/Runtime/Model.cs @@ -43,10 +43,6 @@ namespace VrmLib public Node Root { get => m_root; - private set - { - - } } public void SetRoot(Node root) {