- disabled switch to GPalette because it's not working right yet.

This commit is contained in:
Christoph Oelckers 2020-05-25 00:05:26 +02:00
parent 531c68edfe
commit 72c323cf32

View file

@ -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);
}
}