mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
goof for version number
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user