Adjust type casting for horizontal intent in RuntimeHost

This commit is contained in:
2026-04-25 16:04:58 +02:00
parent bb05a4b6cb
commit 3b19c16a14

View File

@@ -5592,7 +5592,7 @@ export class RuntimeHost {
};
const sideTarget = this.resolveRuntimeTargetCandidateOnLookSide(
activeTarget,
horizontalIntent,
-horizontalIntent as -1 | 1,
cameraDirection
);