fix(game): determine adding `event.step` when `event.step` is a number.
This commit is contained in:
parent
c6c077b011
commit
36b46f6371
|
@ -41293,7 +41293,7 @@
|
|||
event.callHandler(event.getDefaultHandlerType(),event,{
|
||||
state:'end'
|
||||
});
|
||||
event.step++;
|
||||
if(typeof event.step=="number") ++event.step;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue