From 3d8fa7027b50c153ac90927255fce8c1d6dbca8f Mon Sep 17 00:00:00 2001 From: Luke Benstead Date: Wed, 13 Mar 2019 08:51:05 +0000 Subject: [PATCH] Properly forward the internal_palette_format --- GL/flush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GL/flush.c b/GL/flush.c index e5e5274..fbb26d4 100644 --- a/GL/flush.c +++ b/GL/flush.c @@ -94,7 +94,7 @@ void APIENTRY glKosInitEx(GLdcConfig* config) { _glInitImmediateMode(); _glInitFramebuffers(); - _glSetInternalPaletteFormat(GL_RGBA4); + _glSetInternalPaletteFormat(config->internal_palette_format); _glInitTextures();