优化
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Ichni.RhythmGame
|
||||
|
||||
public void ClosePath()
|
||||
{
|
||||
if (isClosed)
|
||||
if (isClosed && pathNodeList.Count > 2)
|
||||
{
|
||||
path.Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user