Browse Source

input_common: Add missing modifier callback to analog from button

nce_cpp
german77 5 years ago
parent
commit
cf1280874f
  1. 1
      src/input_common/analog_from_button.cpp

1
src/input_common/analog_from_button.cpp

@ -27,6 +27,7 @@ public:
down->SetCallback(callbacks);
left->SetCallback(callbacks);
right->SetCallback(callbacks);
modifier->SetCallback(callbacks);
}
bool IsAngleGreater(float old_angle, float new_angle) const {

Loading…
Cancel
Save