From ca0b113f11be55d023c739003ba7a0cf104529d2 Mon Sep 17 00:00:00 2001 From: Pepper Date: Wed, 2 Mar 2016 17:45:03 -0500 Subject: added db code --- share/frontend/imlandscape/js/pb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/frontend/imlandscape/js/pb.js') 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() } ); } -- cgit v1.2.3-70-g09d2