kill etc.

This commit is contained in:
cqc
2024-05-10 12:33:11 -05:00
parent 9641927e8a
commit a2c73ee1ad
2 changed files with 103 additions and 18 deletions

View File

@ -53,7 +53,7 @@ let () =
GLFW.makeContextCurrent ~window:(Some window);
GLFW.swapInterval ~interval:0;
Gl.clear_color 0.3 0.3 0.32 1.;
Gl.clear_color 0.1 0.2 0.2 1.;
Memtrace.trace_if_requested ();