OSDN Git Service

Bugfix for iOS File.exists().
authorChristoph Aschwanden <contact@noblemaster.com>
Tue, 9 Oct 2012 15:11:21 +0000 (00:11 +0900)
committerChristoph Aschwanden <contact@noblemaster.com>
Tue, 9 Oct 2012 15:11:21 +0000 (00:11 +0900)
backends/gdx-backend-iosmonotouch/src/com/badlogic/gdx/backends/ios/IOSFileHandle.java

index 22af557..d691943 100644 (file)
@@ -54,7 +54,7 @@ public class IOSFileHandle extends FileHandle {
         */\r
        @Override\r
        public boolean exists () {\r
-               return file.exists();\r
+               return file().exists();\r
        }\r
 \r
        public File file () {\r