16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 17:59:18 +02:00

build 191014. minor bug fixes

This commit is contained in:
tmj-fstate
2019-10-14 22:39:34 +02:00
parent 59df08dbee
commit 0b2193c7d3
3 changed files with 17 additions and 3 deletions

View File

@@ -6601,7 +6601,7 @@ bool TTrain::Update( double const Deltatime )
ggSpeedControlIncreaseButton.Update();
ggSpeedControlDecreaseButton.Update();
ggSpeedControlPowerIncreaseButton.Update();
ggSpeedControlDecreaseButton.Update();
ggSpeedControlPowerDecreaseButton.Update();
for (auto &speedctrlbutton : ggSpeedCtrlButtons) {
speedctrlbutton.Update();
}