I fail today

This commit is contained in:
adelikat 2013-03-02 15:48:49 +00:00
parent 3f740a86b2
commit 4cd34a4fda
1 changed files with 1 additions and 1 deletions

View File

@ -796,7 +796,7 @@ namespace BizHawk.MultiClient
public void gui_drawString(object X, object Y, object message, object color = null, object fontsize = null, object fontfamily = null, object fontstyle = null)
{
gui_drawText(message, X, Y, color, fontsize, fontfamily, fontstyle);
gui_drawText(X, Y, message, color, fontsize, fontfamily, fontstyle);
}
public void gui_drawText(object X, object Y, object message, object color = null, object fontsize = null, object fontfamily = null, object fontstyle = null)