From cb6d07bc896a730baebc5a0b5014e776e8327b7c 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:30:01 +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 009606e..eb22ae2 100644 --- a/src/devkit/FakeControllers.tsx +++ b/src/devkit/FakeControllers.tsx @@ -36,6 +36,7 @@ export function FakeControllers() { const keys = new Set(); const apply = () => { + if (isPlaybackActive()) return; // macro playback owns inputs const pos = new THREE.Vector3(); const quat = new THREE.Quaternion(); const scl = new THREE.Vector3();