Code cleanup.

This commit is contained in:
2023-01-31 15:06:31 +08:00
parent 5514b6cf37
commit 776a615464
9 changed files with 49 additions and 60 deletions

View File

@@ -191,7 +191,7 @@ namespace Cryville.Crtr.Event {
}
public void Anchor() {
RootState.Anchor();
if (RootState.Handler.Alive) RootState.Anchor();
}
}
}