This commit is contained in:
2023-01-09 22:17:42 +08:00
parent 4e851d9b73
commit ea9000f2b0
6 changed files with 6 additions and 436 deletions

View File

@@ -333,7 +333,7 @@ namespace Cryville.Crtr.Event {
ccs.Working = true;
ccs.StartUpdate();
UpdateMotions();
if (!ev.Unstamped.IsLong) {
if (!cev.IsLong) {
ccs.Working = false;
ccs.BroadcastEndUpdate();
if (CloneType == 1) ccs.Dispose();