commit f6805d12067a15e6d8a22513920bcbcadc3c3539 parent 39658faa52bdab69e97e09d52fcc90800d7aada1 Author: Michael Savage <mikejsavage@gmail.com> Date: Wed Sep 14 16:17:33 +0100 Comment out GL leak checking Diffstat:
gl.cc | | | 2 | +- |
diff --git a/gl.cc b/gl.cc @@ -142,6 +142,6 @@ static void gl_check_for_leaks() { } void gl_term() { - gl_check_for_leaks(); + // gl_check_for_leaks(); glfwTerminate(); }