소스 검색

Update TestSceneLoading.java

Ev1lbl0w 8 년 전
부모
커밋
5ed3292678
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      jme3-examples/src/main/java/jme3test/scene/TestSceneLoading.java

+ 1 - 1
jme3-examples/src/main/java/jme3test/scene/TestSceneLoading.java

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