Skip to content

Commit

Permalink
Update GameScene.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZyMa-1 committed Feb 18, 2024
1 parent 7d1865e commit 358957c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conways_game_of_life/core/graphics_view/GameScene.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 358957c

Please sign in to comment.