Fixed clear color sky type

This commit is contained in:
Antoine Pilote
2024-04-28 18:32:15 -04:00
parent 5216daed48
commit b9c5aca688

View File

@@ -681,6 +681,7 @@ namespace Nuake
{
RenderCommand::SetClearColor(environment->AmbientColor);
RenderCommand::Clear();
RenderCommand::SetClearColor(Color(0, 0, 0, 1));
}
RenderCommand::Enable(RendererEnum::FACE_CULL);