mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-18 01:06:47 +01:00
Remove nonexistent function call.
This commit is contained in:
parent
8b53d559b6
commit
7b763a8f8b
@ -96,7 +96,6 @@ func _process(delta):
|
|||||||
if l > chunk_spawn_range + 2:
|
if l > chunk_spawn_range + 2:
|
||||||
# print("despawn " + str(Vector3(c.position_x, c.position_y, c.position_z)))
|
# print("despawn " + str(Vector3(c.position_x, c.position_y, c.position_z)))
|
||||||
remove_chunk_index(i)
|
remove_chunk_index(i)
|
||||||
c.queue_free()
|
|
||||||
i -= 1
|
i -= 1
|
||||||
count -= 1
|
count -= 1
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user