Rename FRenderer::ClearBuffer to SetClearColor

This commit is contained in:
Magnus Norddahl 2017-01-15 03:21:35 +01:00
commit 42535b17f1
5 changed files with 6 additions and 6 deletions

View file

@ -242,7 +242,7 @@ void FSoftwareRenderer::OnModeSet ()
RenderScene::Instance()->ScreenResized();
}
void FSoftwareRenderer::ClearBuffer(int color)
void FSoftwareRenderer::SetClearColor(int color)
{
RenderScene::Instance()->SetClearColor(color);
}