(XMB) Use pure white color when displaying an icon with GL

This commit is contained in:
Jean-André Santoni 2015-10-29 18:27:40 +07:00
parent 2b1bbadc3b
commit 0fa2e553b2

View File

@ -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;