New pump & railguncont sprites, saving fixes (disappearing items fixed?), moving LightManager.ViewPos to railgun when aiming, generating waypoints outside sub, easier wire node editing, characters stand when using a controller, shiftsummary crew status scrolling, stuff
This commit is contained in:
@@ -117,7 +117,7 @@ namespace Barotrauma
|
||||
DebugConsole.ThrowError("Pathfinding error, couldn't find a start node");
|
||||
return new SteeringPath();
|
||||
}
|
||||
|
||||
|
||||
closestDist = 0.0f;
|
||||
PathNode endNode = null;
|
||||
foreach (PathNode node in nodes)
|
||||
|
||||
Reference in New Issue
Block a user