Update TestSceneLoading.java

This commit is contained in:
Ev1lbl0w 2016-12-11 20:36:36 +00:00 committed by GitHub
parent 07e233647c
commit 5ed3292678

View File

@ -75,7 +75,7 @@ public class TestSceneLoading extends SimpleApplication {
// create the geometry and attach it // create the geometry and attach it
// load the level from zip or http zip // load the level from zip or http zip
if (useHttp) { if (useHttp) {
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);
} else { } else {
assetManager.registerLocator("wildhouse.zip", ZipLocator.class); assetManager.registerLocator("wildhouse.zip", ZipLocator.class);
} }