Skip to content

Commit

Permalink
62 to 60...
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgumCorrupto committed Apr 11, 2024
1 parent 96f7d7c commit 3497be6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified src/__pycache__/graph.cpython-312.pyc
Binary file not shown.
Binary file modified src/__pycache__/renderer.cpython-312.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def __init__(self, parent, view, sim):
self.addItem(self.runner)
self.timer = QTimer()
# i guess 100ms in qt and matplotlib are not the same thing :/
self.timer.setInterval(62)
self.timer.setInterval(60)
self.timer.timeout.connect(self.run)
self.isRunning = False
self.timer.start()
Expand Down

0 comments on commit 3497be6

Please sign in to comment.