input_common: Add missing modifier callback to analog from button

pull/8/head
german77 4 years ago
parent eb0e10cff2
commit c19ec2edd9

@ -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