diff --git a/OpenRA.Mods.Common/Projectiles/GravityBomb.cs b/OpenRA.Mods.Common/Projectiles/GravityBomb.cs index e4ea012f70..92a888be88 100644 --- a/OpenRA.Mods.Common/Projectiles/GravityBomb.cs +++ b/OpenRA.Mods.Common/Projectiles/GravityBomb.cs @@ -74,8 +74,8 @@ namespace OpenRA.Mods.Common.Projectiles public void Tick(World world) { - velocity += acceleration; pos += velocity; + velocity += acceleration; if (pos.Z <= args.PassiveTarget.Z) {