revert change that disallowed reloading of fonts via F2

This commit is contained in:
AJ Kelly
2011-03-15 15:08:21 -05:00
parent 0d80450230
commit ad75520446
4 changed files with 36 additions and 24 deletions
-1
View File
@@ -728,7 +728,6 @@ void Font::Load( const RString &sIniPath, RString sChars )
Font subfont;
subfont.Load(fPath,"");
MergeFont(subfont);
//FONT->UnloadFont(subfont);
}
}