diff mde/setup/sdl.d @ 77:3dfd934100f7

Continuing widget data changes started in last commit: all previous widgets work again now (but lacking saving).
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 29 Jul 2008 17:11:22 +0100
parents 25cb7420dc91
children ea58f277f487
line wrap: on
line diff
--- a/mde/setup/sdl.d	Mon Jul 28 18:49:18 2008 +0100
+++ b/mde/setup/sdl.d	Tue Jul 29 17:11:22 2008 +0100
@@ -178,6 +178,7 @@
 
 void cleanupSDL () {    // cleanup func
     closeJoysticks();
+    logger.trace ("cleanupSDL - middle");
     SDL_Quit();
 }