Skip to content

Commit 276044b

Browse files
author
Daniel K. O. (dkosmari)
committed
Fixed copy-paste accident.
1 parent 5510a74 commit 276044b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ButtonComboManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ void ButtonComboManager::UpdateInputWPAD(const WPADChan chan, WPADStatus *data)
465465
}
466466

467467
auto& coreBtns = mWPADCoreBtns[chan];
468-
auto& extBtns = mWPADCoreBtns[chan];
468+
auto& extBtns = mWPADExtBtns[chan];
469469

470470
if (mWPADExtension[chan] != data->extensionType) {
471471
mWPADExtension[chan] = data->extensionType;

0 commit comments

Comments
 (0)