Skip to content

Commit

Permalink
Fix broken grid.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwarren committed Sep 21, 2016
1 parent 90bb720 commit 55c6bb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions PlayerController/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ for (var i = -maxLayer; i <= maxLayer; i++) {
}

var customLayer = new Layer(),
customLayerOffset = new Point(0, 0),
customLayer.visible = false;
customLayerOffset = new Point(0, 0);

customLayer.visible = false;

function activateLayer(index) {
showCustomLayer(false);
Expand Down

0 comments on commit 55c6bb9

Please # to comment.