- Remove code that seemingly doesn't do anything and really shouldn't be needed

This commit is contained in:
Magnus Norddahl 2018-04-13 21:56:34 +02:00
commit 915f8862a7
7 changed files with 4 additions and 38 deletions

View file

@ -225,13 +225,6 @@ void FSoftwareRenderer::DrawRemainingPlayerSprites()
}
}
void FSoftwareRenderer::OnModeSet ()
{
// This does not work if the SW renderer is not in use.
if (!V_IsHardwareRenderer())
mScene.ScreenResized();
}
void FSoftwareRenderer::SetClearColor(int color)
{
mScene.SetClearColor(color);