Return color

This commit is contained in:
PedroEdiaz
2024-12-09 16:12:48 -06:00
parent 3997613d16
commit 533109fbcd

View File

@@ -19,7 +19,7 @@ struct projection projection = {.x = 0, .y = 1, .z = 2, .w = 3, .mesh = NULL};
const char *wname = "manigraph: manifold grapher"; const char *wname = "manigraph: manifold grapher";
unsigned char color[4] = {0x00, 0x7f, 0xff, 0xff}; unsigned char color[4] = {0x2F, 0x3C, 0x7E, 0xff};
void mlog(char *msg) void mlog(char *msg)
{ {