Sfoglia il codice sorgente

set directx debug switch default to false

Kolja Strohm 2 anni fa
parent
commit
d266b14dca
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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()