From 30ddd46b68f09971eb5ff4cb8d32035f4b19af75 Mon Sep 17 00:00:00 2001
From: Amanda Ghassaei <amandaghassaei@gmail.com>
Date: Mon, 9 Mar 2015 16:24:35 -0400
Subject: [PATCH] make wall thing smaller for performance

---
 js/menus/ImportMenuView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/menus/ImportMenuView.js b/js/menus/ImportMenuView.js
index 22936ba6..a4c111c6 100644
--- a/js/menus/ImportMenuView.js
+++ b/js/menus/ImportMenuView.js
@@ -37,7 +37,7 @@ ImportMenuView = Backbone.View.extend({
 
     _buildWall: function(e){
         e.preventDefault();
-        this.lattice.addCellsInRange({min:{x:-70,y:-1,z:0}, max:{x:70,y:2,z:18}});
+        this.lattice.addCellsInRange({min:{x:-70,y:-1,z:0}, max:{x:70,y:1,z:18}});
     },
 
     _uploadMesh: function(e){//select a mesh to upload
-- 
GitLab