From 5fbd718630d298f16e8525a0e8bf9b3f4dfbdae3 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 24 Sep 2024 17:37:00 +0900 Subject: [PATCH] typo --- .../Vrm10Runtime/Vrm10FastSpringboneRuntimeStandalone.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10FastSpringboneRuntimeStandalone.cs b/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10FastSpringboneRuntimeStandalone.cs index d6fb9a2a6..75d5e9675 100644 --- a/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10FastSpringboneRuntimeStandalone.cs +++ b/Assets/VRM10/Runtime/Components/Vrm10Runtime/Vrm10FastSpringboneRuntimeStandalone.cs @@ -74,7 +74,7 @@ namespace UniVRM10 /// m_building は ConstructSpringBoneAsync 専用。他で使う場合は注意。 /// private bool m_building = false; -\ + /// ConstructSpringBoneAsync がすでに実行中の場合は中止して false で戻る private async Task ConstructSpringBoneAsync(IAwaitCaller awaitCaller) {