0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom.git synced 2025-03-22 10:51:56 +00:00

Autoaim is now updated when adjusting slider with mouse

Fixes  Autoaim slider in Player Setup does not save if changed with cursor
This commit is contained in:
alexey.lysiuk 2017-01-09 16:52:15 +02:00
parent 8cc52dab5e
commit bc492a0b7f

View file

@ -1108,6 +1108,9 @@ bool DPlayerMenu::MouseEvent(int type, int x, int y)
SendNewColor (RPART(color), GPART(color), v);
}
break;
case NAME_Autoaim:
AutoaimChanged(li);
break;
}
}
return res;