0
0
Fork 0
mirror of https://github.com/ZDoom/gzdoom-gles.git synced 2025-04-16 21:00:55 +00:00

- 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());
}
}