From f09b8d937588994956d354b2affd8a212925e77d Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Wed, 31 Jul 2024 18:31:18 +1000 Subject: [PATCH] Fix Windows builds oops --- src/Core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core.h b/src/Core.h index e7dc0415d..c48427e51 100644 --- a/src/Core.h +++ b/src/Core.h @@ -186,7 +186,7 @@ typedef cc_uint8 cc_bool; #define CC_BUILD_HTTPCLIENT #define DEFAULT_AUD_BACKEND CC_AUD_BACKEND_WINMM #define DEFAULT_SSL_BACKEND CC_SSL_BACKEND_SCHANNEL - #define DEFAULT_GFX_BACKEND CC_GFX_BACKEND_GL1 + #define DEFAULT_GFX_BACKEND CC_GFX_BACKEND_D3D9 #define DEFAULT_WIN_BACKEND CC_WIN_BACKEND_WIN32 #elif defined __ANDROID__ #define CC_BUILD_ANDROID