mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(console): correct alpha value for console background
This commit is contained in:
parent
134d85bce6
commit
cfd7aff536
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ static CImVector s_colorArray[] = {
|
||||||
{ 0xFF, 0xFF, 0xFF, 0xFF }, // GLOBAL_COLOR
|
{ 0xFF, 0xFF, 0xFF, 0xFF }, // GLOBAL_COLOR
|
||||||
{ 0xFF, 0xFF, 0xFF, 0xFF }, // ADMIN_COLOR
|
{ 0xFF, 0xFF, 0xFF, 0xFF }, // ADMIN_COLOR
|
||||||
{ 0xFF, 0xFF, 0xFF, 0x80 }, // HIGHLIGHT_COLOR
|
{ 0xFF, 0xFF, 0xFF, 0x80 }, // HIGHLIGHT_COLOR
|
||||||
{ 0x00, 0x00, 0x00, 0x80 }, // BACKGROUND_COLOR
|
{ 0x00, 0x00, 0x00, 0xC0 }, // BACKGROUND_COLOR
|
||||||
};
|
};
|
||||||
|
|
||||||
void DrawBackground() {
|
void DrawBackground() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue