remove a reference to a non existent struct field

This commit is contained in:
Richard Howell 2014-06-15 21:39:29 +02:00
parent 4f4103b967
commit 86a6c6c7c1

View File

@ -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();