mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 10:36:50 +00:00
remove a reference to a non existent struct field
This commit is contained in:
parent
4f4103b967
commit
86a6c6c7c1
2
gfx/vg.c
2
gfx/vg.c
@ -146,7 +146,7 @@ static void *vg_init(const video_info_t *video, const input_driver_t **input, vo
|
||||
{
|
||||
vg->mFontsOn = true;
|
||||
|
||||
vg->mFontHeight = g_settings.video.font_size * (g_settings.video.font_scale ? (float) vg->mScreenWidth / 1280.0f : 1.0f);
|
||||
vg->mFontHeight = g_settings.video.font_size;
|
||||
|
||||
vg->mPaintFg = vgCreatePaint();
|
||||
vg->mPaintBg = vgCreatePaint();
|
||||
|
Loading…
x
Reference in New Issue
Block a user