fix single-line messaged
This commit is contained in:
parent
81f681bcd8
commit
761c1532e0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue