mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-07 14:01:51 +07:00
Fixed #9562
This commit is contained in:
parent
af13ff9ee0
commit
56d0b87443
@ -26,6 +26,7 @@ public class UnitGroup{
|
||||
if(lastSpeedUpdate == Vars.state.updateId) return;
|
||||
|
||||
lastSpeedUpdate = Vars.state.updateId;
|
||||
minSpeed = 999999f;
|
||||
|
||||
for(Unit unit : units){
|
||||
//don't factor in the floor speed multiplier
|
||||
|
Loading…
Reference in New Issue
Block a user