Fix comment

This commit is contained in:
notargs 2021-10-22 15:25:19 +09:00
parent c215022153
commit c68be7c59f

View File

@ -136,7 +136,7 @@ namespace UniVRM10.FastSpringBones.System
}
/// <summary>
/// BurstではMathがエラーを吐くため、内部でMathを呼ばないNormalizeを自前実装
/// BurstではMathfがエラーを吐くため、内部でMathfを呼ばないNormalizeを自前実装
/// </summary>
private static Quaternion Normalize(Quaternion q)
{