Quellcode durchsuchen

oh man, I should have learned it by now, that jme uses spaces, not tabs

Sebastian Weiß vor 8 Jahren
Ursprung
Commit
02781e799f

+ 1 - 2
jme3-core/src/plugins/java/com/jme3/texture/plugins/DDSLoader.java

@@ -204,8 +204,7 @@ public class DDSLoader implements AssetLoader {
 
         if (!directx10) {
             if (!is(caps1, DDSCAPS_TEXTURE)) {
-				logger.warning("Texture is missing the DDSCAPS_TEXTURE-flag");
-//                throw new IOException("File is not a texture");
+                logger.warning("Texture is missing the DDSCAPS_TEXTURE-flag");
             }
 
             if (depth <= 0) {