From cbbd83affc080f516a1ac7bcc5e408b159bef847 Mon Sep 17 00:00:00 2001 From: Simon Anciaux <14198779+mrmixer@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:06:45 +0100 Subject: [PATCH] Commented the DirectX 11 define to default to OpenGL. --- code/platform_win32/win32_4ed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/platform_win32/win32_4ed.cpp b/code/platform_win32/win32_4ed.cpp index a7686512..64c735f9 100644 --- a/code/platform_win32/win32_4ed.cpp +++ b/code/platform_win32/win32_4ed.cpp @@ -12,7 +12,7 @@ // #define FPS 144 // #define frame_useconds (1000000 / FPS) -#define WIN32_DX11 +// #define WIN32_DX11 #include