layer color fix

This commit is contained in:
Nikita Smith
2025-09-18 00:29:02 -07:00
parent ac985bb5da
commit 553154eb39
+1 -1
View File
@@ -5,7 +5,7 @@
//~ rjf: Base Includes
#undef LAYER_COLOR
#define LAYER_COLOR 0.20f, 0.60f, 0.80f
#define LAYER_COLOR 0x3399ccff
#include "base_core.c"
#include "base_profile.c"