summaryrefslogtreecommitdiff
path: root/share/frontend/imlandscape/js/pb.js
diff options
context:
space:
mode:
authorPepper <pepper@scannerjammer.com>2016-03-02 17:45:25 -0500
committerPepper <pepper@scannerjammer.com>2016-03-02 17:45:25 -0500
commit8b961caa2031c672973645565bd71d120024539c (patch)
tree27c41a99000a945b86ff9c9dd17fa49f107f675a /share/frontend/imlandscape/js/pb.js
parentbe1c2e1158410fffb4fa73c92f25f6cd0730dbe1 (diff)
fixed db
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() } );
}