mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
Fix RGUI issue with 'w' getting set to 0 for settings labels
This commit is contained in:
parent
0af2abed74
commit
907baa7c11
@ -1792,8 +1792,6 @@ static int get_fallback_label(char *type_str,
|
||||
}
|
||||
break;
|
||||
default:
|
||||
*type_str = '\0';
|
||||
*w = 0;
|
||||
ret = -1;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user