- moved around more stuff from the FRenderer interface.

This commit is contained in:
Christoph Oelckers 2018-04-03 22:50:47 +02:00
commit fcc33f0a09
11 changed files with 133 additions and 129 deletions

View file

@ -994,7 +994,8 @@ void R_SetupFrame (FRenderViewpoint &viewpoint, FViewWindow &viewwindow, AActor
{
color = pr_hom();
}
Renderer->SetClearColor(color);
screen->SetClearColor(color);
SWRenderer->SetClearColor(color);
}
}