From 35d89fde8c9f71b4bc64b45682d55ba35047f3c3 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:29:55 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/devkit/FakeControllers.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devkit/FakeControllers.tsx b/src/devkit/FakeControllers.tsx index 58e421f..009606e 100644 --- a/src/devkit/FakeControllers.tsx +++ b/src/devkit/FakeControllers.tsx @@ -17,6 +17,7 @@ import { useEffect, useRef, useState } from 'react'; import { useFrame } from '@react-three/fiber'; import * as THREE from 'three'; import { fakeInput, setFakeActive } from './fakeInputStore'; +import { isPlaybackActive } from './macroStore'; const STEP = 0.03; // m per keypress