diff --git a/world.gd b/world.gd index e4b3834..3d8986c 100644 --- a/world.gd +++ b/world.gd @@ -166,7 +166,6 @@ func toggle_pause() -> void: else: generation_timer.start() - ## Create the cell using the rendering server ## This is only performed on initial world generation func create_cell(pos: Vector2, visible_cell: bool = true) -> RID: