Fixed password box not working, connecting powered items with multiple parallel wires works, velocity/depth indicators on nav, stuff
This commit is contained in:
@@ -208,7 +208,11 @@ namespace Barotrauma
|
||||
{
|
||||
flowForce = Vector2.Zero;
|
||||
|
||||
if (open == 0.0f) return;
|
||||
if (open == 0.0f)
|
||||
{
|
||||
lerpedFlowForce = Vector2.Zero;
|
||||
return;
|
||||
}
|
||||
|
||||
UpdateOxygen();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user