diff options
-rw-r--r-- | TODO.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ that all OpenGL resources *must* be declared as signals that wait for the game loop to start before loading. -** TODO Use a single OpenGL resource guardian structure +** DONE Use a single OpenGL resource guardian structure This will deduplicate code amongst all Scheme data types that wrap OpenGL resources, because right now each one uses its own separate guardian. |