diff --git a/examples/directx9_example/main.cpp b/examples/directx9_example/main.cpp index 154005d13..82c9c56a8 100644 --- a/examples/directx9_example/main.cpp +++ b/examples/directx9_example/main.cpp @@ -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