chore: App.vue updates
This commit is contained in:
@@ -120,7 +120,7 @@ function handleStartFromScene(sceneId: string) {
|
||||
return reachable.has(sceneId)
|
||||
})
|
||||
if (ch) {
|
||||
engine.startAtScene(ch.id, sceneId)
|
||||
startAtScene(ch.id, sceneId)
|
||||
} else {
|
||||
const scene = engine.sceneManager.getScene(sceneId)
|
||||
if (scene) engine.goToScene(scene)
|
||||
|
||||
Reference in New Issue
Block a user