From 798407833ecd8ccd9e6f9d015a4ceefdd539767c Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 13 Jun 2005 19:15:44 +0000 Subject: [PATCH] goof for version number --- core/PFont.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/PFont.java b/core/PFont.java index 6117ec8af..4c4aa4109 100644 --- a/core/PFont.java +++ b/core/PFont.java @@ -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();