From 7e067ecccde5c07e097d9a4ea72b0d91aec43525 Mon Sep 17 00:00:00 2001 From: Tom Boullay Date: Tue, 28 Apr 2026 10:53:57 +0200 Subject: [PATCH] Update Map.tsx --- src/world/Map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/Map.tsx b/src/world/Map.tsx index 58fcaaf..17a7d8f 100644 --- a/src/world/Map.tsx +++ b/src/world/Map.tsx @@ -52,4 +52,4 @@ export function Map({ onOctreeReady }: MapProps): React.JSX.Element { ); } -useGLTF.preload(MAP_PATH); \ No newline at end of file +useGLTF.preload(MAP_PATH);