Merge pull request #2444 from ousttrue/fix/typo

typo
This commit is contained in:
ousttrue
2024-09-24 18:07:50 +09:00
committed by GitHub

View File

@@ -74,7 +74,7 @@ namespace UniVRM10
/// m_building は ConstructSpringBoneAsync 専用。他で使う場合は注意。
/// </summary>
private bool m_building = false;
\
/// <returns>ConstructSpringBoneAsync がすでに実行中の場合は中止して false で戻る</returns>
private async Task<bool> ConstructSpringBoneAsync(IAwaitCaller awaitCaller)
{