From 7b763a8f8bae34ebf353913c25cd1a7956a76931 Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 3 Apr 2020 00:44:03 +0200 Subject: [PATCH] Remove nonexistent function call. --- game/voxelman/world/TVVoxelWorld.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/game/voxelman/world/TVVoxelWorld.gd b/game/voxelman/world/TVVoxelWorld.gd index 48455bc8..ce720f9e 100644 --- a/game/voxelman/world/TVVoxelWorld.gd +++ b/game/voxelman/world/TVVoxelWorld.gd @@ -96,7 +96,6 @@ func _process(delta): if l > chunk_spawn_range + 2: # print("despawn " + str(Vector3(c.position_x, c.position_y, c.position_z))) remove_chunk_index(i) - c.queue_free() i -= 1 count -= 1 else: