We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd3256 commit df240b6Copy full SHA for df240b6
jme3-examples/src/main/java/jme3test/water/TestSceneWater.java
@@ -76,7 +76,7 @@ public void simpleInitApp() {
76
// create the geometry and attach it
77
// load the level from zip or http zip
78
if (useHttp) {
79
- assetManager.registerLocator("http://jmonkeyengine.googlecode.com/files/wildhouse.zip", HttpZipLocator.class);
+ assetManager.registerLocator("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jmonkeyengine/wildhouse.zip", HttpZipLocator.class);
80
} else {
81
assetManager.registerLocator("wildhouse.zip", ZipLocator.class);
82
}
0 commit comments