mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Turn array static
This commit is contained in:
parent
320cc443a8
commit
0cba3104be
@ -1686,7 +1686,7 @@ void gfx_display_draw_keyboard(
|
||||
unsigned i;
|
||||
int ptr_width, ptr_height;
|
||||
|
||||
float white[16]= {
|
||||
static float white[16] = {
|
||||
1.00, 1.00, 1.00, 1.00,
|
||||
1.00, 1.00, 1.00, 1.00,
|
||||
1.00, 1.00, 1.00, 1.00,
|
||||
|
Loading…
x
Reference in New Issue
Block a user