fix: restore missing onEnter effect handling in goToScene

This commit is contained in:
2026-06-13 01:41:37 +08:00
parent 16293eb11c
commit a3379430cd

View File

@@ -89,6 +89,10 @@ export class Engine {
this.onMarkVisited?.(scene.id)
if (scene.onEnter) {
this.stateManager.apply(scene.onEnter)
}
this.qteTriggered = false
this.qteResolved = false
this.loopActive = false