By default, do not emulate independent windows

This commit is contained in:
Daniel Krikun 2014-08-15 23:44:23 +03:00
parent 0ca29fa273
commit 4a68e1325a

View file

@ -7,7 +7,7 @@
#pragma warning (disable: 4996) // 'This function or variable may be unsafe': strdup
static bool emulateIndependentWindows = true;
static bool emulateIndependentWindows = false;
static HWND hWnd;
static LPDIRECT3D9 g_pD3D = NULL; // Used to create the D3DDevice