Browse Source

set directx debug switch default to false

Kolja Strohm 2 năm trước cách đây
mục cha
commit
d266b14dca
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()