auto-git:

[change] src/core/transform-session.ts
This commit is contained in:
2026-04-22 16:59:02 +02:00
parent a0619713a7
commit c790c0af14

View File

@@ -1379,6 +1379,10 @@ function resolveEntityRotation(
entity: EntityInstance
): EntityTransformRotationState {
switch (entity.kind) {
case "cameraRig":
return {
kind: "none"
};
case "playerStart":
case "sceneEntry":
case "npc":