Skip to content

Commit 44a0985

Browse files
authored
Update jme3-examples/src/main/java/jme3test/helloworld/HelloCollision.java
1 parent 359e226 commit 44a0985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jme3-examples/src/main/java/jme3test/helloworld/HelloCollision.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void simpleInitApp() {
8787
assetManager.registerLocator(
8888
"https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jmonkeyengine/town.zip",
8989
HttpZipLocator.class);
90-
Spatial sceneModel = assetManager.loadModel("main.j3o");
90+
Spatial sceneModel = assetManager.loadModel("main.scene");
9191
sceneModel.setLocalScale(2f);
9292

9393
// We set up collision detection for the scene by creating a

0 commit comments

Comments
 (0)