feat: improve hand grab targeting

This commit is contained in:
Tom Boullay
2026-04-29 11:40:17 +02:00
parent 7958b2c62a
commit 90bd216efe
3 changed files with 82 additions and 21 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ export function DebugPerf(): React.JSX.Element | null {
return (
<Suspense fallback={null}>
<Perf position="bottom-right" />
<Perf position="top-right" />
</Suspense>
);
}