shithub: tinygl

Download patch

ref: 150b8ab17cc4b91d8fe73da0c96d087dd93b2d4f
parent: d6372ead55fe42adb5f4ffc9cb04111170deeb0a
author: David <gek@katherine>
date: Fri Feb 19 08:51:27 EST 2021

Minor update

--- a/include/zfeatures.h
+++ b/include/zfeatures.h
@@ -5,7 +5,7 @@
    header file. */
 
 //Enables setting the error flags when there's an error, so you can check it with glGetError, should only be used in development builds.
-#define TGL_FEATURE_ERROR_CHECK    1
+#define TGL_FEATURE_ERROR_CHECK 1
 //Strict out-of-memory checking. All OpenGL function calls are invalidated (ALL OF THEM) if a GL_OUT_OF_MEMORY error occurs.
 //This slows down the renderer so we don't usually do it.
 #define TGL_FEATURE_STRICT_OOM_CHECKS 0