diff options
| author | Pepper <pepper@scannerjammer.com> | 2016-03-02 17:45:03 -0500 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2016-03-02 17:45:03 -0500 |
| commit | ca0b113f11be55d023c739003ba7a0cf104529d2 (patch) | |
| tree | 6b74eab346e16ef036d46f0c9372c179608d56e9 /share/frontend/imlandscape/js | |
| parent | ba79cc5574a6335a7d9bb255bcdfa5ec4a4bd53a (diff) | |
added db code
Diffstat (limited to 'share/frontend/imlandscape/js')
| -rw-r--r-- | share/frontend/imlandscape/js/pb.js | 4 |
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() } ); } |
