Skip to content

Commit df240b6

Browse files
authored
Update TestSceneWater.java
1 parent 9bd3256 commit df240b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jme3-examples/src/main/java/jme3test/water/TestSceneWater.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public void simpleInitApp() {
7676
// create the geometry and attach it
7777
// load the level from zip or http zip
7878
if (useHttp) {
79-
assetManager.registerLocator("http://jmonkeyengine.googlecode.com/files/wildhouse.zip", HttpZipLocator.class);
79+
assetManager.registerLocator("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jmonkeyengine/wildhouse.zip", HttpZipLocator.class);
8080
} else {
8181
assetManager.registerLocator("wildhouse.zip", ZipLocator.class);
8282
}

0 commit comments

Comments
 (0)