fix runtime map loading lifecycle

This commit is contained in:
Tom Boullay
2026-04-28 14:42:49 +02:00
parent e01d6f27ba
commit 19bad2c8be
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;