summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-06-08 08:14:32 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-06-08 08:14:32 -0400
commit97a628e313e020b4a1638851fcf8e98a0dc761d7 (patch)
tree76ad60f864c31c1ed93962bf10ef24dd80ae496d
parentca8b2bd07a07e727b17ebbdf8012c7d9cd135689 (diff)
Add TODO item.
-rw-r--r--TODO.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index 1c688fc..76c84ae 100644
--- a/TODO.org
+++ b/TODO.org
@@ -41,6 +41,9 @@ Goals:
Figure out how to get back to using Guile's built-in REPL for
=chickadee play= so the custom can go away. Readline is hard to make
work in an async manner.
+** TODO [#B] Bundled games don't close properly?
+The window goes black but doesn't close. Closing the window again
+actually closes it.
** TODO [#B] REPL meta-command for rendering to an image file
=,render-image= or something. Use a throwaway framebuffer to render
arbitrary stuff to a texture and then save it as a PNG.