From 72c323cf32fc1b3b69b1775158629287df1ecfed Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 25 May 2020 00:05:26 +0200 Subject: [PATCH] - disabled switch to GPalette because it's not working right yet. --- source/glbackend/gl_texture.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/glbackend/gl_texture.cpp b/source/glbackend/gl_texture.cpp index eaa614574..e16d1c4fd 100644 --- a/source/glbackend/gl_texture.cpp +++ b/source/glbackend/gl_texture.cpp @@ -255,7 +255,8 @@ bool GLInstance::SetTextureInternal(int picnum, FTexture* tex, int palette, int applytint = true; if (!(h.f & HICTINT_APPLYOVERPALSWAP)) usepalswap = 0; } - lookuppal = TRANSLATION(usepalette + Translation_Remap, usepalswap); + lookuppal = palmanager.LookupPalette(usepalette, usepalswap, false); + //lookuppal = TRANSLATION(usepalette + Translation_Remap, usepalswap); } }