Fix StartUpdate on root state not called. (Amend)

This commit is contained in:
2022-11-19 22:32:36 +08:00
parent 373554912a
commit 4fce8369f0

View File

@@ -24,7 +24,6 @@ namespace Cryville.Crtr.Event {
Expand();
AttachBus();
RootState.Working = true;
RootState.StartUpdate();
}
public EventBus Clone(byte ct, float offsetTime = 0) {