sprites.get_data_ptr() signature changed: now properly returns the 2 values

This commit is contained in:
Irmen de Jong
2024-06-27 22:22:26 +02:00
parent 4f8aaf9244
commit 8efa89165c
2 changed files with 9 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
TODO
====
docs: stress more that the @split for word arrays can provide significant code efficiency over normal linear word array
optimizer bug, see "optimizing inlined functions must reference proper scopes" unittest (skipped for now)
causes compiler error for virtual: just calling txt.cls() gives compile error undefined symbol clear_screen