From 073c7d7dc020d8cb7853b395e255f387898f4c06 Mon Sep 17 00:00:00 2001 From: superp00t Date: Sun, 10 Dec 2023 19:19:03 -0500 Subject: [PATCH] fix(gx): CGxDeviceGLSDL should set its gxApi value to GxApi_GLSDL --- src/gx/glsdl/CGxDeviceGLSDL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gx/glsdl/CGxDeviceGLSDL.cpp b/src/gx/glsdl/CGxDeviceGLSDL.cpp index ff5cfc3..16eba2c 100644 --- a/src/gx/glsdl/CGxDeviceGLSDL.cpp +++ b/src/gx/glsdl/CGxDeviceGLSDL.cpp @@ -94,7 +94,7 @@ GLEnum CGxDeviceGLSDL::s_primitiveConversion[] = { CGxDeviceGLSDL::CGxDeviceGLSDL() : CGxDevice() { // TODO - this->m_api = GxApi_OpenGl; + this->m_api = GxApi_GLSDL; this->m_caps.m_colorFormat = GxCF_rgba; // TODO