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