mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- missed this.
This commit is contained in:
parent
36058df025
commit
9208fb9b77
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue