mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
major speed up
This commit is contained in:
parent
4ba41c4e9d
commit
f5d8f36e1f
1 changed files with 1 additions and 1 deletions
|
|
@ -21,5 +21,5 @@ def play_animation():
|
|||
os.system('clear')
|
||||
for scanline in animation[current_frame:current_frame + frame_size]:
|
||||
print(scanline.rstrip())
|
||||
sleep(0.05)
|
||||
sleep(0.005)
|
||||
current_frame += frame_size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue