From 8bdc2a319720b3fd216ac993e92cb10f4684099a Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Wed, 12 Feb 2025 01:37:52 -0500 Subject: [PATCH] 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 35becc47453483a30d0a6e48b387f3b5d30a3e69..12e3048fd151b24e4dd281138a886bcfc6f6afdc 100644 GIT binary patch delta 189 zcma*gF%E(-6aY{f(zRa(2BR^=Nr%S%QlOn3jUyw84Q)5i0F$%cfJAp=dJPWXalC@> z0&kqiIFb8`0QIIHYHa|dai}E+<25K7@>`_ao%XcD5wNFxPgK*@NO^` delta 64 zcmV-G0Kfl$paFoO0gxL36p|At1aCv&uYV4~DZ2ASMrykSnuYFQXt+b`oF! 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 ( <>