This commit is contained in:
2025-06-29 21:28:49 +08:00
parent b85e29c540
commit 0f77ad6ad3
12 changed files with 16156 additions and 16017 deletions

View File

@@ -63,7 +63,7 @@ namespace Ichni.RhythmGame
public void ClosePath()
{
if (isClosed)
if (isClosed && pathNodeList.Count > 2)
{
path.Close();
}