goof for version number

This commit is contained in:
benfry
2005-06-13 19:15:44 +00:00
parent f426aa0412
commit 798407833e
+1 -1
View File
@@ -223,7 +223,7 @@ public class PFont implements PConstants {
//System.out.println();
}
if (version == 10) { // includes the font name at the end of the file
if (version >= 10) { // includes the font name at the end of the file
name = is.readUTF();
psname = is.readUTF();