diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/hello_world_sdl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hello_world_sdl.cpp b/tests/hello_world_sdl.cpp index a317c0c5..f3fb8ae7 100644 --- a/tests/hello_world_sdl.cpp +++ b/tests/hello_world_sdl.cpp @@ -22,7 +22,7 @@ int main() { printf("you should see a colored cube."); - // SDL_Quit(); // Don't call SDL_Quit so that the canvas is not cleared + SDL_Quit(); return 0; } |