shithub: tinygl

Download patch

ref: 09141d3f09a12a1ef37e11e9c47073e6de5dbfaf
parent: 5150faa04c6eb1c81d5e35d098f63803d4860f5d
author: gek169 <gek169>
date: Thu May 6 11:10:36 EDT 2021

Automatic commit.

--- a/include/zfeatures.h
+++ b/include/zfeatures.h
@@ -63,7 +63,7 @@
 /*Prevent ZB_copyFrameBuffer from copying certain colors.*/
 #define TGL_FEATURE_NO_COPY_COLOR 0
 /*Don't draw (texture mapped) pixels whose color is the NO_DRAW_COLOR*/
-#define TGL_FEATURE_NO_DRAW_COLOR 0
+#define TGL_FEATURE_NO_DRAW_COLOR 1
 /*Regardless of the current clear color, always clear using the NO_COPY_COLOR*/
 #define TGL_FEATURE_FORCE_CLEAR_NO_COPY_COLOR 0
 #define TGL_NO_COPY_COLOR 0xff00ff