Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forgot this from the last commit.
  • Loading branch information
RachelBryk committed Jul 23, 2013
1 parent 9fdc736 commit 8a4b6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Src/TASInputDlg.cpp
Expand Up @@ -371,7 +371,7 @@ void TASInputDlg::GetKeyBoardInput(SPADStatus *PadStatus)
wx_l_button->SetValue(true);
L_button_cont = true;
}
else if (L_slider_cont)
else if (L_button_cont)
{
wx_l_button->SetValue(false);
L_button_cont = false;
Expand Down

0 comments on commit 8a4b6f3

Please sign in to comment.