diff --git a/src/conways_game_of_life/core/graphics_view/GameScene.py b/src/conways_game_of_life/core/graphics_view/GameScene.py index 9f4d240..edcb36e 100644 --- a/src/conways_game_of_life/core/graphics_view/GameScene.py +++ b/src/conways_game_of_life/core/graphics_view/GameScene.py @@ -57,7 +57,7 @@ def __init__(self, engine: GameEngine, parent=None): # Create the scene self._create_scene() - # Turn timer + # Create turn timer self._timer = QTimer(self) # Connect timer