From a397febd5206fee2e6e1dbdc99404dcf5fa0c8aa Mon Sep 17 00:00:00 2001 From: math-pixel <59537610+math-pixel@users.noreply.github.com> Date: Wed, 27 May 2026 17:23:06 +0200 Subject: [PATCH] fix zoom --- src/world/debug/TestMap.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/debug/TestMap.tsx b/src/world/debug/TestMap.tsx index 694d283..db9dd01 100644 --- a/src/world/debug/TestMap.tsx +++ b/src/world/debug/TestMap.tsx @@ -266,7 +266,7 @@ export function TestMap({ onOctreeReady }: TestMapProps): React.JSX.Element { "minZ": -142, "maxZ": 138 }} - zoom={0.1} + zoom={1} canvasSize={900} />