- Remove code that seemingly doesn't do anything and really shouldn't be needed
This commit is contained in:
parent
7e544c66fe
commit
915f8862a7
7 changed files with 4 additions and 38 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue