From a4d645ca36171f6e9fea0f719a904daadbad73d9 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 22 Jun 2022 13:15:29 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AC=8E=E3=81=AE=E3=82=B3=E3=83=BC=E3=83=89?= =?UTF-8?q?=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/VRM10/vrmlib/Runtime/Model.cs | 4 ---- 1 file changed, 4 deletions(-) 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) {