Skip to content
Snippets Groups Projects
Commit 030eaa5c authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

one more change

parent abdd441a
No related branches found
No related tags found
No related merge requests found
......@@ -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};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment