修复GameEvent#after的事件不进everything记录器的问题
This commit is contained in:
parent
b1bbe874dc
commit
02fdf15d2a
|
@ -5491,6 +5491,7 @@ export class Game extends Uninstantable {
|
|||
else {
|
||||
next.parent = event;
|
||||
_status.event = next;
|
||||
game.getGlobalHistory('everything').push(next);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue