make glClearColor actually black
This commit is contained in:
parent
5c2b831ced
commit
eff73b2ced
@ -239,7 +239,7 @@ public class Game : GameWindow {
|
|||||||
|
|
||||||
Console.WriteLine($"thumbnail size: {thumbnailWidth}x{thumbnailHeight}");
|
Console.WriteLine($"thumbnail size: {thumbnailWidth}x{thumbnailHeight}");
|
||||||
|
|
||||||
GL.ClearColor(0.0f, 0.0f, 0.05f, 1.0f);
|
GL.ClearColor(0f, 0f, 0f, 1f);
|
||||||
|
|
||||||
VertexArrayObject = GL.GenVertexArray();
|
VertexArrayObject = GL.GenVertexArray();
|
||||||
GL.BindVertexArray(VertexArrayObject);
|
GL.BindVertexArray(VertexArrayObject);
|
||||||
|
Loading…
Reference in New Issue
Block a user