mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-09-11 14:37:17 +02:00
Compare commits
1
Commits
mlx_menu
...
b317f7a3a0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b317f7a3a0 |
+1
-5
@@ -199,11 +199,7 @@ class MazeMLX:
|
||||
# time.sleep(0.01)
|
||||
except StopIteration:
|
||||
if self.path_printer is not None:
|
||||
try:
|
||||
next(self.path_printer)
|
||||
time.sleep(0.03)
|
||||
except StopIteration:
|
||||
pass
|
||||
self.render_path()
|
||||
|
||||
|
||||
def main() -> None:
|
||||
|
||||
Reference in New Issue
Block a user