mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-18 02:22:52 +00:00
Adjust overlay color for more contrast
This commit is contained in:
parent
640e3213ee
commit
38b8a59fe5
@ -7,7 +7,7 @@ OverlayManager::OverlayManager() :
|
||||
{
|
||||
memset(m_Overlays, 0, sizeof(m_Overlays));
|
||||
|
||||
m_Overlays[OverlayType::OverlayDebug].color = {0xFF, 0xFF, 0xFF, 0xFF};
|
||||
m_Overlays[OverlayType::OverlayDebug].color = {0xD0, 0xD0, 0x00, 0xFF};
|
||||
m_Overlays[OverlayType::OverlayDebug].fontSize = 20;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user