summaryrefslogtreecommitdiffstats
path: root/world/chunk/Chunk.gd
diff options
context:
space:
mode:
Diffstat (limited to 'world/chunk/Chunk.gd')
-rw-r--r--world/chunk/Chunk.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/chunk/Chunk.gd b/world/chunk/Chunk.gd
index a7d18a2..d1f91f7 100644
--- a/world/chunk/Chunk.gd
+++ b/world/chunk/Chunk.gd
@@ -11,7 +11,7 @@ onready var _collision_enabled = lod_close.collision_layer
func _ready():
lod_update()
- $"%Coords".text = str(ChunkLoader.v2_coords(self.transform.origin))
+ $"Coords".text = str(ChunkLoader.v2_coords(self.transform.origin))
func lod_update():
match lod: