Remove nonexistent function call.

This commit is contained in:
Relintai 2020-04-03 00:44:03 +02:00
parent 8b53d559b6
commit 7b763a8f8b

View File

@ -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: