Rename FRenderer::ClearBuffer to SetClearColor
This commit is contained in:
parent
f9175561bb
commit
42535b17f1
5 changed files with 6 additions and 6 deletions
|
|
@ -242,7 +242,7 @@ void FSoftwareRenderer::OnModeSet ()
|
|||
RenderScene::Instance()->ScreenResized();
|
||||
}
|
||||
|
||||
void FSoftwareRenderer::ClearBuffer(int color)
|
||||
void FSoftwareRenderer::SetClearColor(int color)
|
||||
{
|
||||
RenderScene::Instance()->SetClearColor(color);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue