Skip to content

Commit

Permalink
Update src/gui/guiKeyChangeMenu.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ClobberXD committed Sep 20, 2019
1 parent 3c2a4c1 commit 77f3cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/guiKeyChangeMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ bool GUIKeyChangeMenu::setBinding(const SEvent &event) {
this->key_used.push_back(kp);

// Allow characters made with shift
if(shift_went_down){
if (shift_went_down) {
shift_down = true;
return false;
}
Expand Down

0 comments on commit 77f3cb2

Please sign in to comment.