mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +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;
|
break;
|
||||||
default:
|
default:
|
||||||
*type_str = '\0';
|
|
||||||
*w = 0;
|
|
||||||
ret = -1;
|
ret = -1;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user