Font: Updated default font array size

This commit is contained in:
Mathew 2015-12-01 14:11:58 -05:00
parent c75edbb83a
commit 5a7480a406
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ fontBindingInit()
if (rgssVer >= 2)
{
VALUE defNames = rb_ary_new2(3);
VALUE defNames = rb_ary_new2(4);
rb_ary_push(defNames, rb_str_new2(Font::getDefaultName()));
rb_ary_push(defNames, rb_str_new2("Verdana"));
rb_ary_push(defNames, rb_str_new2("Arial"));