summaryrefslogtreecommitdiff
path: root/share/frontend/imlandscape/js/pb.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/frontend/imlandscape/js/pb.js')
-rw-r--r--share/frontend/imlandscape/js/pb.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/frontend/imlandscape/js/pb.js b/share/frontend/imlandscape/js/pb.js
index 9cf8df5..55e30ac 100644
--- a/share/frontend/imlandscape/js/pb.js
+++ b/share/frontend/imlandscape/js/pb.js
@@ -57,8 +57,8 @@ function loadNew() {
console.log(textureURL);
console.log(heightmapURL);
stop_animating();
- var new_texture = '/proxy?url='+textureURL;
- var new_heightmap = '/proxy?url='+heightmapURL;
+ var new_texture = '/im/proxy?url='+textureURL;
+ var new_heightmap = '/im/proxy?url='+heightmapURL;
initGraphics(new_texture, new_heightmap, function(){ animate() } );
}