mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 18:20:27 +00:00
Buildfix
This commit is contained in:
parent
dde5f67962
commit
238d72d187
@ -358,7 +358,7 @@ static INLINE void write_quad6(SpriteVertex *pv,
|
||||
}
|
||||
|
||||
int lines = 0;
|
||||
float line_height = _font_driver->get_line_height(_font_data) * scale / video->height;
|
||||
float line_height = _font_driver->get_line_height(_font_data) * scale / height;
|
||||
|
||||
for (;;)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user