- missed this.

This commit is contained in:
Christoph Oelckers 2018-12-22 19:12:34 +01:00
parent 36058df025
commit 9208fb9b77

View file

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