Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-05-19 20:58:53 +00:00
parent 48a84972be
commit e0cdcd9840
+1
View File
@@ -175,6 +175,7 @@ export function XRHudInWorld(props: XRHudInWorldProps) {
<XR3DButton position={[0, -0.008, 0]} size={[0.07, 0.022]}
label={showGrid ? 'Grid ON' : 'Grid OFF'} active={showGrid}
onClick={() => setShowGrid(!showGrid)} fontSize={0.0085} />
<RecIndicator />
</group>
{open && (
<group ref={panelRef}>