mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-10 15:57:37 +07:00
Fixes
This commit is contained in:
@ -261,7 +261,7 @@ public abstract class Unit extends DestructibleEntity implements SaveTrait, Targ
|
||||
|
||||
moveVector.limit(flying ? 0.1f : 0.2f);
|
||||
|
||||
applyImpulse(moveVector.x, moveVector.y);
|
||||
velocity.add(moveVector.x / mass() * Time.delta(), moveVector.y / mass() * Time.delta());
|
||||
|
||||
Tile tile = world.tileWorld(x, y);
|
||||
|
||||
|
Reference in New Issue
Block a user