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);
|
||||
return <></>
|
||||
}
|
||||
// useGLTF.preload(terrainModelURL);
|
||||
// useGLTF.preload(messageBubbleModelURL);
|
||||
|
||||
function App() {
|
||||
const keys = useRef([]);
|
||||
@ -55,8 +57,6 @@ function App() {
|
||||
setMessages(data);
|
||||
});
|
||||
},[]);
|
||||
useGLTF.preload(terrainModelURL);
|
||||
useGLTF.preload(messageBubbleModelURL);
|
||||
return (
|
||||
<>
|
||||
<div className='dot' />
|
||||
|
Loading…
x
Reference in New Issue
Block a user