From 8bdc2a319720b3fd216ac993e92cb10f4684099a Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Wed, 12 Feb 2025 01:37:52 -0500 Subject: removed preload --- api/forum.db | Bin 20480 -> 20480 bytes src/App.jsx | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/forum.db b/api/forum.db index 35becc4..12e3048 100644 Binary files a/api/forum.db and b/api/forum.db differ 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 ( <>
-- cgit v1.2.3