OSDN Git Service

- copy & paste error
authorandreas.grabner@gmail.com <andreas.grabner@gmail.com@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Wed, 26 Aug 2009 06:42:03 +0000 (06:42 +0000)
committerandreas.grabner@gmail.com <andreas.grabner@gmail.com@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Wed, 26 Aug 2009 06:42:03 +0000 (06:42 +0000)
git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@4630 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

src/com/jmex/angelfont/BitmapFontLoader.java

index f77da74..2fd9588 100644 (file)
@@ -84,7 +84,7 @@ public class BitmapFontLoader {
                 throw new IOException("The given URL to the requested font file is null!");
             } // if
 
-            if (fontFile == null) {
+            if (textureFile == null) {
                 throw new IOException("The given URL to the requested font texture file is null!");
             } // if