diff options
author | Arisotura <thetotalworm@gmail.com> | 2019-06-03 17:01:53 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2019-06-03 17:01:53 +0200 |
commit | e3dc4e122a6ba822c860c09290925f98cc623532 (patch) | |
tree | 0b491ca25f5dbc72da0ccd7706f2bfccacfdd3cb /src/libui_sdl/OSD.cpp | |
parent | 2b3ca2089f7420bb938c6bdda67ed0f8c04e51d5 (diff) |
use OSD for some actual purposes
Diffstat (limited to 'src/libui_sdl/OSD.cpp')
-rw-r--r-- | src/libui_sdl/OSD.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libui_sdl/OSD.cpp b/src/libui_sdl/OSD.cpp index 851f9c5..c8d5f83 100644 --- a/src/libui_sdl/OSD.cpp +++ b/src/libui_sdl/OSD.cpp @@ -205,7 +205,7 @@ void RenderText(u32 color, const char* text, Item* item) u32 rainbowinc = (text[0] * 17) % 600; color |= 0xFF000000; - const u32 shadow = 0xFE000000; + const u32 shadow = 0xE0000000; LayoutText(text, &w, &h, breaks); |