mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(ozone_display) Don't set variable to itself
This commit is contained in:
parent
0b06eea846
commit
047b24cfbf
@ -611,8 +611,8 @@ void ozone_draw_messagebox(
|
||||
int width = font_driver_get_message_width(
|
||||
ozone->fonts.footer.font, msg, (unsigned)strlen(msg), 1);
|
||||
|
||||
longest_width = (width > longest_width) ?
|
||||
width : longest_width;
|
||||
if (width > longest_width)
|
||||
longest_width = width;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user