fix: human not moving bug fixed
This commit is contained in:
@@ -62,7 +62,6 @@ export default function Scene({ layout }: { readonly layout: 'Main Layout' | 'Co
|
|||||||
shadows
|
shadows
|
||||||
color="#aaaa"
|
color="#aaaa"
|
||||||
eventPrefix="client"
|
eventPrefix="client"
|
||||||
frameloop="demand"
|
|
||||||
onContextMenu={(e) => {
|
onContextMenu={(e) => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user