diff test/testdraw2.c @ 3371:438ba87e9578

Call CommonQuit() at exit has been added.
author Mike Gorchak <lestat@i.com.ua>
date Sat, 10 Oct 2009 13:22:05 +0000
parents 83c3a4b0e421
children 0267b8b1595c
line wrap: on
line diff
--- a/test/testdraw2.c	Sat Oct 10 13:21:21 2009 +0000
+++ b/test/testdraw2.c	Sat Oct 10 13:22:05 2009 +0000
@@ -272,6 +272,8 @@
         }
     }
 
+    CommonQuit(state);
+
     /* Print out some timing information */
     now = SDL_GetTicks();
     if (now > then) {