mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-15 17:46:03 +03:00
fix(console): correct alpha value for console background
This commit is contained in:
parent
134d85bce6
commit
cfd7aff536
@ -31,7 +31,7 @@ static CImVector s_colorArray[] = {
|
||||
{ 0xFF, 0xFF, 0xFF, 0xFF }, // GLOBAL_COLOR
|
||||
{ 0xFF, 0xFF, 0xFF, 0xFF }, // ADMIN_COLOR
|
||||
{ 0xFF, 0xFF, 0xFF, 0x80 }, // HIGHLIGHT_COLOR
|
||||
{ 0x00, 0x00, 0x00, 0x80 }, // BACKGROUND_COLOR
|
||||
{ 0x00, 0x00, 0x00, 0xC0 }, // BACKGROUND_COLOR
|
||||
};
|
||||
|
||||
void DrawBackground() {
|
||||
|
Loading…
Reference in New Issue
Block a user