Release v0.15.12.0
This commit is contained in:
@@ -57,7 +57,10 @@ namespace Barotrauma
|
||||
|
||||
public void SteeringManual(float deltaTime, Vector2 velocity)
|
||||
{
|
||||
steering += velocity;
|
||||
if (MathUtils.IsValid(velocity))
|
||||
{
|
||||
steering += velocity;
|
||||
}
|
||||
}
|
||||
|
||||
public void Reset()
|
||||
|
||||
Reference in New Issue
Block a user