Skip to content

Commit

Permalink
More changes
Browse files Browse the repository at this point in the history
  • Loading branch information
avahe-kellenberger committed Mar 26, 2024
1 parent 1162bf9 commit a5a2f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modes/RivalsOfAether.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void RivalsOfAether::UpdateAnalogOutputs(InputState &inputs, OutputState &output
inputs.up,
inputs.c_left,
inputs.c_right,
inputs.c_down,
false, // inputs.c_down,
inputs.c_up,
ANALOG_STICK_MIN,
ANALOG_STICK_NEUTRAL,
Expand Down

0 comments on commit a5a2f5f

Please sign in to comment.