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

@ -931,7 +931,7 @@ void R_SetupFrame (AActor *actor)
{
color = pr_hom();
}
Renderer->ClearBuffer(color);
Renderer->SetClearColor(color);
}
}