Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-12 11:30:01 +00:00
parent 35d89fde8c
commit cb6d07bc89
+1
View File
@@ -36,6 +36,7 @@ export function FakeControllers() {
const keys = new Set<string>(); const keys = new Set<string>();
const apply = () => { const apply = () => {
if (isPlaybackActive()) return; // macro playback owns inputs
const pos = new THREE.Vector3(); const pos = new THREE.Vector3();
const quat = new THREE.Quaternion(); const quat = new THREE.Quaternion();
const scl = new THREE.Vector3(); const scl = new THREE.Vector3();