Skip to content

Commit

Permalink
修改代码
Browse files Browse the repository at this point in the history
  • Loading branch information
pangdogs committed Jun 19, 2024
1 parent 93c8823 commit 27961cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/entitymgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (mgr *_EntityMgrBehavior) init(ctx Context) {

func (mgr *_EntityMgrBehavior) changeRunningState(state RunningState) {
switch state {
case RunningState_Starting:
case RunningState_Started:
mgr.RangeEntities(func(entity ec.Entity) bool {
_EmitEventEntityMgrAddEntity(mgr, mgr, entity)
return true
Expand Down

0 comments on commit 27961cd

Please sign in to comment.