瀏覽代碼

set directx debug switch default to false

Kolja Strohm 2 年之前
父節點
當前提交
d266b14dca
共有 1 個文件被更改,包括 1 次插入0 次删除
  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()