Skip to content

Commit c3e795e

Browse files
authored
Merge pull request #13 from LemLib/fix/a-button
fix: 🐛 Make A button actually work
2 parents 8280f2f + 766136a commit c3e795e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/gamepad/controller.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ class Controller {
233233
const Button& X {m_X};
234234
const Button& B {m_B};
235235
const Button& Y {m_Y};
236-
const Button& A {m_Down};
236+
const Button& A {m_A};
237237
const float& LeftX = m_LeftX;
238238
const float& LeftY = m_LeftY;
239239
const float& RightX = m_RightX;

0 commit comments

Comments
 (0)