From c68be7c59f27dfd4bdc826731ee7e210ecfab2d7 Mon Sep 17 00:00:00 2001 From: notargs Date: Fri, 22 Oct 2021 15:25:19 +0900 Subject: [PATCH] Fix comment --- .../Runtime/FastSpringBone/System/UpdateFastSpringBoneJob.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM10/Runtime/FastSpringBone/System/UpdateFastSpringBoneJob.cs b/Assets/VRM10/Runtime/FastSpringBone/System/UpdateFastSpringBoneJob.cs index e713ddcd0..7c5610a9b 100644 --- a/Assets/VRM10/Runtime/FastSpringBone/System/UpdateFastSpringBoneJob.cs +++ b/Assets/VRM10/Runtime/FastSpringBone/System/UpdateFastSpringBoneJob.cs @@ -136,7 +136,7 @@ namespace UniVRM10.FastSpringBones.System } /// - /// BurstではMathがエラーを吐くため、内部でMathを呼ばないNormalizeを自前実装 + /// BurstではMathfがエラーを吐くため、内部でMathfを呼ばないNormalizeを自前実装 /// private static Quaternion Normalize(Quaternion q) {