Sfoglia il codice sorgente

* Fix incorrect class name in TestTextureArrayCompressed

shadowislord 10 anni fa
parent
commit
fb6fb73239

+ 1 - 1
jme3-examples/src/main/java/jme3test/texture/TestTextureArrayCompressed.java

@@ -80,7 +80,7 @@ public class TestTextureArrayCompressed extends SimpleApplication
     */
    public static void main(String[] args)
    {
-       TestTextureArray app = new TestTextureArray();
+       TestTextureArrayCompressed app = new TestTextureArrayCompressed();
        app.start();
    }