define frame delay before reference

This commit is contained in:
Carlin Kartchner 2023-03-16 18:22:24 -04:00
parent 37b9f778e1
commit 058a8e65d8
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
//| odg = gifio.OnDiskGif('/sample.gif') //| odg = gifio.OnDiskGif('/sample.gif')
//| //|
//| start = time.monotonic() //| start = time.monotonic()
//| odg.next_frame() # Load the first frame //| next_delay = odg.next_frame() # Load the first frame
//| end = time.monotonic() //| end = time.monotonic()
//| overhead = end - start //| overhead = end - start
//| //|