mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-30 14:53:39 +00:00
(XMB) Use pure white color when displaying an icon with GL
This commit is contained in:
parent
2b1bbadc3b
commit
0fa2e553b2
@ -783,7 +783,7 @@ static void glui_frame(void)
|
||||
{
|
||||
title_margin = glui->icon_size;
|
||||
glui_draw_icon(gl, glui, glui->textures.list[GLUI_TEXTURE_BACK].id,
|
||||
0, 0, width, height, 0, 1, &white_bg[0]);
|
||||
0, 0, width, height, 0, 1, &pure_white[0]);
|
||||
}
|
||||
|
||||
ticker_limit = (width - glui->margin*2) / glui->glyph_width;
|
||||
|
Loading…
Reference in New Issue
Block a user