doc typo fix in OnDiskGif

This commit is contained in:
Dan Halbert 2023-03-29 17:16:39 -04:00
parent b863fba992
commit a10ce2170c
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
//|
//| display_bus.send(42, struct.pack(">hh", 0, odg.bitmap.width - 1))
//| display_bus.send(43, struct.pack(">hh", 0, odg.bitmap.height - 1))
//| display_bus.send(44, d.bitmap)
//| display_bus.send(44, odg.bitmap)
//|
//| # The following optional code will free the OnDiskGif and allocated resources
//| # after use. This may be required before loading a new GIF in situations