mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
Fixed clear color sky type
This commit is contained in:
@@ -681,6 +681,7 @@ namespace Nuake
|
||||
{
|
||||
RenderCommand::SetClearColor(environment->AmbientColor);
|
||||
RenderCommand::Clear();
|
||||
RenderCommand::SetClearColor(Color(0, 0, 0, 1));
|
||||
}
|
||||
RenderCommand::Enable(RendererEnum::FACE_CULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user