Ancurio / mkxp

Free Software implementation of the Ruby Game Scripting System (RGSS)
GNU General Public License v2.0
509 stars 128 forks source link

Fix font enumeration #209

Closed elizagamedev closed 5 years ago

elizagamedev commented 5 years ago

Currently, the font enumeration callback erroneously stops searching if it finds any files that aren't fonts. In the case that you have, say, a desktop.ini or a .DS_Store or a license file, it may prevent all of the fonts from being loaded. This commit resolves this.

Ancurio commented 5 years ago

thanks

carstene1ns commented 5 years ago

Thank you!