Browse Source

Minor cleanup

master
Ryan Reed 1 year ago
parent
commit
9ae678d8f6
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      world.gd

+ 0
- 1
world.gd View File

@ -166,7 +166,6 @@ func toggle_pause() -> void:
else: generation_timer.start() else: generation_timer.start()
## Create the cell using the rendering server ## Create the cell using the rendering server
## This is only performed on initial world generation ## This is only performed on initial world generation
func create_cell(pos: Vector2, visible_cell: bool = true) -> RID: func create_cell(pos: Vector2, visible_cell: bool = true) -> RID:


Loading…
Cancel
Save