- fixed sky rendering in paletted sectors for Polymost.

This commit is contained in:
Christoph Oelckers 2021-11-28 14:32:45 +01:00
parent 448db9c93d
commit 7d3b604361

View file

@ -400,7 +400,7 @@ static void polymost_drawpoly(vec2f_t const * const dpxy, int32_t const n, int32
int palid = TRANSLATION(Translation_Remap + curbasepal, globalpal);
GLInterface.SetFade(globalfloorpal);
bool success = GLInterface.SetTexture(globalskytex? globalskytex : tileGetTexture(globalpicnum), globalskytex? 0 : palid, sampleroverride);
bool success = GLInterface.SetTexture(globalskytex? globalskytex : tileGetTexture(globalpicnum), !hw_int_useindexedcolortextures && globalskytex ? 0 : palid, sampleroverride);
if (!success)
{
tsiz.x = tsiz.y = 1;