Return color
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user