Parcourir la source

set directx debug switch default to false

Kolja Strohm il y a 2 ans
Parent
commit
d266b14dca
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Global.cpp

+ 1 - 0
Global.cpp

@@ -40,6 +40,7 @@ void Framework::initFramework( HINSTANCE__ *hInst )
     logFile = 0;
     _hinst = hInst;
     istInitialisiert = 1;
+    debugDX = 0;
 }
 
 void Framework::releaseFramework()