summaryrefslogtreecommitdiff
path: root/assets/javascripts/rectangles/_env.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/javascripts/rectangles/_env.js')
-rw-r--r--assets/javascripts/rectangles/_env.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/javascripts/rectangles/_env.js b/assets/javascripts/rectangles/_env.js
index 4964bfa..463fb3e 100644
--- a/assets/javascripts/rectangles/_env.js
+++ b/assets/javascripts/rectangles/_env.js
@@ -37,8 +37,8 @@ environment.init = function(){
}
environment.update = function(t){
if (window.scene && scene.camera) {
- map.center.a = scene.camera.x
- map.center.b = -scene.camera.z
+// map.center.a = scene.camera.x
+// map.center.b = -scene.camera.z
}
else {
requestAnimationFrame(environment.update)