Minor code cleanup

This commit is contained in:
Magnus Norddahl 2016-06-14 23:05:20 +02:00
commit 77c4786b9d
10 changed files with 277 additions and 308 deletions

View file

@ -96,7 +96,7 @@ void FSoftwareRenderer::PrecacheTexture(FTexture *tex, int cache)
else if (cache != 0)
{
if (r_swtruecolor)
tex->GetPixels();
tex->GetPixelsBgra();
else
tex->GetPixels ();
}