Rename FRenderer::ClearBuffer to SetClearColor
This commit is contained in:
parent
f9175561bb
commit
42535b17f1
5 changed files with 6 additions and 6 deletions
|
|
@ -931,7 +931,7 @@ void R_SetupFrame (AActor *actor)
|
|||
{
|
||||
color = pr_hom();
|
||||
}
|
||||
Renderer->ClearBuffer(color);
|
||||
Renderer->SetClearColor(color);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue