fix single-line messaged

This commit is contained in:
vadosnaprimer 2018-01-02 22:44:47 +03:00
parent 81f681bcd8
commit 761c1532e0
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ namespace BizHawk.Bizware.BizwareGL
x += bfc.XAdvance;
}
return new sd.SizeF(ox, y);
return new sd.SizeF(Math.Max(x, ox), y);
}
public void RenderString(IGuiRenderer renderer, float x, float y, string str)