From 030eaa5cdbdadcaaf4d7226cd1f22e5515b7f05b Mon Sep 17 00:00:00 2001
From: Amanda Ghassaei <amandaghassaei@gmail.com>
Date: Sat, 16 May 2015 02:54:36 -0400
Subject: [PATCH] one more change

---
 js/threeViews/Highlighter.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/threeViews/Highlighter.js b/js/threeViews/Highlighter.js
index 894ef306..944505e9 100644
--- a/js/threeViews/Highlighter.js
+++ b/js/threeViews/Highlighter.js
@@ -251,7 +251,7 @@ GIKHighlighter = Highlighter.extend({
                 max = {x:position.x+index, y:position.y, z:position.z};
             }
             else {
-                min = {x:position.x, y:position.y-dmaGlobals.lattice.get("gikLength")+index, z:position.z};
+                min = {x:position.x, y:position.y-dmaGlobals.lattice.get("gikLength")+1+index, z:position.z};
                 max = {x:position.x, y:position.y+index, z:position.z};
             }
             var range = {min:min, max:max};
-- 
GitLab