input_common: Add missing modifier callback to analog from button

merge-requests/60/head
german77 2021-07-05 11:39:42 +07:00
parent eb0e10cff2
commit c19ec2edd9
1 changed files with 1 additions and 0 deletions

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