Update Assets/VRM10/Runtime/Components/SpringBone/VRM10SpringBoneJoint.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
ousttrue
2025-08-07 17:01:40 +09:00
committed by GitHub
parent 24b2aa18a9
commit b4bfb753b1

View File

@@ -51,7 +51,7 @@ namespace UniVRM10
angleLimitOffset: m_angleLimitRotation
);
void Oalidate()
void OnValidate()
{
if (m_angleLimitRotation == default)
{