(MaterialUI) Silence warning

This commit is contained in:
LibretroAdmin 2022-09-06 01:57:08 +02:00
parent 43f5812a18
commit 98ee07eaa0
1 changed files with 1 additions and 1 deletions

View File

@ -4061,7 +4061,7 @@ static void materialui_render_menu_entry_default(
if (icon_texture)
{
/* draw the icon ourselves - the draw_icon below tints it to match the theme */
const float color_white[16] = {
static float color_white[16] = {
1.0f, 1.0f, 1.0f, 1.0f,
1.0f, 1.0f, 1.0f, 1.0f,
1.0f, 1.0f, 1.0f, 1.0f,