diff --git a/src/runtime-three/runtime-host.ts b/src/runtime-three/runtime-host.ts index 3ae9d654..65ed0837 100644 --- a/src/runtime-three/runtime-host.ts +++ b/src/runtime-three/runtime-host.ts @@ -5529,6 +5529,7 @@ export class RuntimeHost { this.runtimeTargetSwitchInputHeld = false; this.previousTargetCycleInputActive = false; this.targetingLuxInitialized = false; + this.targetingLuxFlightState = "hidden"; this.targetingVisualTime = 0; this.targetingVisualGroup.visible = false; this.targetingLuxGroup.visible = false;