Pārlūkot izejas kodu

Update TestUrlLoading.java

Ev1lbl0w 8 gadi atpakaļ
vecāks
revīzija
1cf65d0d21

+ 1 - 1
jme3-examples/src/main/java/jme3test/asset/TestUrlLoading.java

@@ -60,7 +60,7 @@ public class TestUrlLoading extends SimpleApplication {
 
         Geometry quad = new Geometry("Textured Quad", quadMesh);
 
-        assetManager.registerLocator("https://jmonkeyengine.googlecode.com/svn/BookSamples/assets/Textures/",
+        assetManager.registerLocator("https://raw.githubusercontent.com/jMonkeyEngine/BookSamples/master/assets/Textures/",
                                 UrlLocator.class);
         TextureKey key = new TextureKey("mucha-window.png", false);
         key.setGenerateMips(true);