From 9ae678d8f6f8fb83ce0b56c7331ef0c8159ebedd Mon Sep 17 00:00:00 2001 From: Ryan Reed Date: Mon, 14 Aug 2023 21:38:36 -0400 Subject: [PATCH] Minor cleanup --- world.gd | 1 - 1 file changed, 1 deletion(-) 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: