mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-26 21:01:15 -05:00
remove comment. cannot access to serializedObject in OnSceneGUI
This commit is contained in:
@@ -216,9 +216,6 @@ namespace UniVRM10
|
||||
if (EditorGUI.EndChangeCheck())
|
||||
{
|
||||
Undo.RecordObject(target, "m_angleLimitRotation");
|
||||
// serializedObject.Update();
|
||||
// m_angleLimitRotation.quaternionValue = rot;
|
||||
// serializedObject.ApplyModifiedProperties();
|
||||
m_target.m_angleLimitRotation = rot;
|
||||
return true;
|
||||
}
|
||||
@@ -412,4 +409,4 @@ namespace UniVRM10
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user