fix: human not moving bug fixed

This commit is contained in:
2025-07-23 10:17:27 +05:30
parent d1948f6b73
commit c1397c23f6

View File

@@ -62,7 +62,6 @@ export default function Scene({ layout }: { readonly layout: 'Main Layout' | 'Co
shadows
color="#aaaa"
eventPrefix="client"
frameloop="demand"
onContextMenu={(e) => {
e.preventDefault();
}}