Fix timing in draw routine

This commit is contained in:
Marco Thomas
2022-04-18 13:57:52 +02:00
parent 89dbe4adca
commit 7727f01fd2
2 changed files with 11 additions and 11 deletions

View File

@@ -25,5 +25,5 @@ The =video-to-ascii.py= conversion script uses [[https://github.com/ivanl-exe/im
It is assumed to be located on the same height as this project and that it is build in release-mode (due to performance).
* TODO
- [ ] Fix timing in draw
- [X] Fix timing in draw
- [ ] Rewrite ascii conversion in Rust or Haskell (with an own implementation of =ascii-to-text=)