removed preload
This commit is contained in:
parent
6ca04d2ed0
commit
8bdc2a3197
BIN
api/forum.db
BIN
api/forum.db
Binary file not shown.
@ -18,6 +18,8 @@ function KeyPressedClearer() {
|
|||||||
useFrame((_s, _d) => keysPressed.current = [], -1);
|
useFrame((_s, _d) => keysPressed.current = [], -1);
|
||||||
return <></>
|
return <></>
|
||||||
}
|
}
|
||||||
|
// useGLTF.preload(terrainModelURL);
|
||||||
|
// useGLTF.preload(messageBubbleModelURL);
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
const keys = useRef([]);
|
const keys = useRef([]);
|
||||||
@ -55,8 +57,6 @@ function App() {
|
|||||||
setMessages(data);
|
setMessages(data);
|
||||||
});
|
});
|
||||||
},[]);
|
},[]);
|
||||||
useGLTF.preload(terrainModelURL);
|
|
||||||
useGLTF.preload(messageBubbleModelURL);
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className='dot' />
|
<div className='dot' />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user