diff options
| author | Rachel Bryk <RachelBryk@gmail.com> | 2013-07-23 19:55:17 -0400 |
|---|---|---|
| committer | Rachel Bryk <RachelBryk@gmail.com> | 2013-07-23 19:55:17 -0400 |
| commit | 8a4b6f3d73944d84df5c1ae70ec3d331c6f78009 (patch) | |
| tree | 73a0bcc5f4cdd8b736f834890ebde675fa3eba2d /Source/Core | |
| parent | 9fdc7360cdeb89779994af845f53ab26c9a465bd (diff) | |
Forgot this from the last commit.
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinWX/Src/TASInputDlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/Src/TASInputDlg.cpp b/Source/Core/DolphinWX/Src/TASInputDlg.cpp index 2030965e8b..5b71009644 100644 --- a/Source/Core/DolphinWX/Src/TASInputDlg.cpp +++ b/Source/Core/DolphinWX/Src/TASInputDlg.cpp @@ -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; |
