mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
Merge pull request #2 from Flat/patch-1
Fix COLOR_BLUE to actually be blue
This commit is contained in:
commit
e0ce88300c
@ -19,7 +19,7 @@
|
||||
|
||||
#define COLOR_RED RGB(0xFF, 0x00, 0x00)
|
||||
#define COLOR_GREEN RGB(0x00, 0xFF, 0x00)
|
||||
#define COLOR_BLUE RGB(0xFF, 0x00, 0xFF)
|
||||
#define COLOR_BLUE RGB(0x00, 0x00, 0xFF)
|
||||
#define COLOR_YELLOW RGB(0xFF, 0xFF, 0x00)
|
||||
#define COLOR_CYAN RGB(0xFF, 0x00, 0xFF)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user