diff options
Diffstat (limited to 'world/chunk/Chunk.gd')
-rw-r--r-- | world/chunk/Chunk.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/chunk/Chunk.gd b/world/chunk/Chunk.gd index 7c5c1c3..1860c84 100644 --- a/world/chunk/Chunk.gd +++ b/world/chunk/Chunk.gd @@ -4,6 +4,7 @@ enum LOD {DISTANCE,MID,CLOSE} var lod = -1 func lod_update(): + return for obj in $"gen_tree".get_children(): match lod: LOD.CLOSE: |