Skip to content

Commit ff0b1d6

Browse files
committed
fix TestIssue1004 for v3.2, which has a different Sinbad asset
1 parent 088b48e commit ff0b1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static void main(String[] args) {
6060
public void simpleInitApp() {
6161
BulletAppState bulletAppState = new BulletAppState();
6262
stateManager.attach(bulletAppState);
63-
String sinbadPath = "Models/Sinbad/SinbadOldAnim.j3o";
63+
String sinbadPath = "Models/Sinbad/Sinbad.mesh.xml";
6464
Node sinbad = (Node) assetManager.loadModel(sinbadPath);
6565

6666
Geometry geometry = (Geometry) sinbad.getChild(0);

0 commit comments

Comments
 (0)