mirror of
https://github.com/maoakeEnterprise/amazing.git
synced 2026-04-29 00:14:34 +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)
|
# time.sleep(0.01)
|
||||||
except StopIteration:
|
except StopIteration:
|
||||||
if self.path_printer is not None:
|
if self.path_printer is not None:
|
||||||
try:
|
self.render_path()
|
||||||
next(self.path_printer)
|
|
||||||
time.sleep(0.03)
|
|
||||||
except StopIteration:
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
def main() -> None:
|
def main() -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user