Precache, Unload and FillSimplePoly bug fix

This commit is contained in:
Magnus Norddahl 2016-06-13 21:39:55 +02:00
commit 8ba6a4f175
22 changed files with 33 additions and 52 deletions

View file

@ -87,9 +87,9 @@ void FSoftwareRenderer::PrecacheTexture(FTexture *tex, int cache)
if (cache & FTextureManager::HIT_Columnmode)
{
const FTexture::Span *spanp;
/*if (r_swtruecolor)
if (r_swtruecolor)
tex->GetColumnBgra(0, &spanp);
else*/
else
tex->GetColumn(0, &spanp);
}
else if (cache != 0)