Prechádzať zdrojové kódy

fix TestIssue1004 for v3.2, which has a different Sinbad asset

Stephen Gold 6 rokov pred
rodič
commit
ff0b1d6a70

+ 1 - 1
jme3-examples/src/main/java/jme3test/bullet/TestIssue1004.java

@@ -60,7 +60,7 @@ public class TestIssue1004 extends SimpleApplication {
     public void simpleInitApp() {
         BulletAppState bulletAppState = new BulletAppState();
         stateManager.attach(bulletAppState);
-        String sinbadPath = "Models/Sinbad/SinbadOldAnim.j3o";
+        String sinbadPath = "Models/Sinbad/Sinbad.mesh.xml";
         Node sinbad = (Node) assetManager.loadModel(sinbadPath);
 
         Geometry geometry = (Geometry) sinbad.getChild(0);