Skip to content

Commit

Permalink
Drug on shift+click
Browse files Browse the repository at this point in the history
  • Loading branch information
theshock committed Feb 8, 2013
1 parent 54f07b6 commit 7d77a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion games/isomines/js/view.js
Expand Up @@ -135,7 +135,7 @@ atom.declare( 'IsoMines.View', {
new App.Dragger( this.mouse )
.addLayerShift( this.shift )
.start(function (e) {
return e.button == 1 || e.ctrlKey;
return e.button == 1 || e.shiftKey;
});
},

Expand Down

0 comments on commit 7d77a01

Please sign in to comment.