Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-12 11:02:17 +00:00
parent f57d0de8ec
commit bb4c574e7a
+5
View File
@@ -580,6 +580,11 @@ const XRSession = () => {
allowScale={allowScale}
onToggleAllowScale={() => setAllowScale(!allowScale)}
/>
{/* DEVKIT: floating diagnostic panel + SimXR toggle */}
{devkit && (
<DevPanel simXR={simXR} onToggleSimXR={() => setSimXR((v) => !v)} />
)}
</div>
</div>
);