- missed this.

This commit is contained in:
Christoph Oelckers 2018-12-22 19:12:34 +01:00
parent 36058df025
commit 9208fb9b77
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ class StateProvider : Inventory
{ {
// This original implementation is to aim straight ahead and then offset // This original implementation is to aim straight ahead and then offset
// the angle from the resulting direction. // the angle from the resulting direction.
misl.Angle += spawnangle; misl.Angle += angle;
misl.VelFromAngle(misl.Vel.XY.Length()); misl.VelFromAngle(misl.Vel.XY.Length());
} }
} }