use black instead of pink/black
authorhgn <hgodden00@gmail.com>
Tue, 9 Apr 2024 01:14:51 +0000 (02:14 +0100)
committerhgn <hgodden00@gmail.com>
Tue, 9 Apr 2024 01:14:51 +0000 (02:14 +0100)
vg_tex.c

index 1ed8c96eb5cfdd29714f175fb54e5d62727f28a8..8791dd8830b1d163197b05069e40b51ddad1d1cc 100644 (file)
--- a/vg_tex.c
+++ b/vg_tex.c
@@ -5,6 +5,7 @@
 #include <string.h>
 
 static u8 const_vg_tex2d_err[] ={
+#ifdef VG_DEBUG
    0xff,0x00,0xff,0xff, 0x00,0x00,0x00,0xff,
    0xff,0x00,0xff,0xff, 0x00,0x00,0x00,0xff,
    0x00,0x00,0x00,0xff, 0xff,0x00,0xff,0xff, 
@@ -13,6 +14,16 @@ static u8 const_vg_tex2d_err[] ={
    0xff,0x00,0xff,0xff, 0x00,0x00,0x00,0xff,
    0x00,0x00,0x00,0xff, 0xff,0x00,0xff,0xff, 
    0x00,0x00,0x00,0xff, 0xff,0x00,0xff,0xff, 
+#else
+   0x00,0x00,0x00,0xff, 0x00,0x00,0x00,0xff,
+   0x00,0x00,0x00,0xff, 0x00,0x00,0x00,0xff,
+   0x00,0x00,0x00,0xff, 0x00,0x00,0x00,0xff, 
+   0x00,0x00,0x00,0xff, 0x00,0x00,0x00,0xff, 
+   0x00,0x00,0x00,0xff, 0x00,0x00,0x00,0xff,
+   0x00,0x00,0x00,0xff, 0x00,0x00,0x00,0xff,
+   0x00,0x00,0x00,0xff, 0x00,0x00,0x00,0xff, 
+   0x00,0x00,0x00,0xff, 0x00,0x00,0x00,0xff, 
+#endif
 };
 
 #define QOI_SRGB   0