fix runtime map loading lifecycle

This commit is contained in:
Tom Boullay
2026-04-28 14:42:49 +02:00
parent 8c6af0ed6d
commit 7e99d455b4
7 changed files with 65 additions and 44 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { Vector3Tuple } from "@/types/3d";
import type { Vector3Tuple } from "./3d";
export interface MapNode {
name: string;