diff options
-rw-r--r-- | api/forum.db | bin | 20480 -> 20480 bytes | |||
-rw-r--r-- | src/App.jsx | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/api/forum.db b/api/forum.db Binary files differindex 35becc4..12e3048 100644 --- a/api/forum.db +++ b/api/forum.db diff --git a/src/App.jsx b/src/App.jsx index e154f5b..4dc019e 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -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' /> |