OSDN Git Service

[fixed] KeyFramedModelViewer referenced wrong file.
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Wed, 7 Mar 2012 12:55:40 +0000 (12:55 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Wed, 7 Mar 2012 12:55:40 +0000 (12:55 +0000)
extensions/model-loaders/model-loaders/src/com/badlogic/gdx/graphics/g3d/test/KeyframedModelViewer.java

index 8dee863..b3fe5ec 100644 (file)
@@ -179,6 +179,6 @@ public class KeyframedModelViewer implements ApplicationListener {
        }\r
 \r
        public static void main (String[] argv) {\r
-               new JoglApplication(new KeyframedModelViewer("data/knight.md2", "data/knight.jpg"), "KeframedModel Viewer", 800, 480, false);\r
+               new JoglApplication(new KeyframedModelViewer("data/models/knight.md2", "data/models/knight.jpg"), "KeframedModel Viewer", 800, 480, false);\r
        }\r
 }
\ No newline at end of file