From 533109fbcde222908dd11210ee99fca415508a21 Mon Sep 17 00:00:00 2001 From: PedroEdiaz Date: Mon, 9 Dec 2024 16:12:48 -0600 Subject: [PATCH] Return color --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 7a856c8..224a7f0 100644 --- a/src/main.c +++ b/src/main.c @@ -19,7 +19,7 @@ struct projection projection = {.x = 0, .y = 1, .z = 2, .w = 3, .mesh = NULL}; 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) {