Update scene transition handling and entity rotation logic

This commit is contained in:
2026-04-15 03:42:28 +02:00
parent 7fd9c6f775
commit f564daaea3
3 changed files with 6 additions and 7 deletions

View File

@@ -844,7 +844,6 @@ function resolveEntityRotation(
case "soundEmitter":
case "triggerVolume":
case "interactable":
case "sceneExit":
return {
kind: "none"
};