This commit is contained in:
adelikat 2013-03-02 15:42:32 +00:00
parent 7cccb9a0a8
commit 9576428e36
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_drawString(message, X, Y, color, fontsize, fontfamily, fontstyle);
gui_drawText(message, X, Y, 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)