(bf212a41f) v0.9.2.0 pre-release test version
This commit is contained in:
@@ -853,7 +853,7 @@ namespace Barotrauma
|
||||
return tooCloseCells;
|
||||
}
|
||||
|
||||
private List<VoronoiCell> GetTooCloseCells(Vector2 position, float minDistance)
|
||||
public List<VoronoiCell> GetTooCloseCells(Vector2 position, float minDistance)
|
||||
{
|
||||
List<VoronoiCell> tooCloseCells = new List<VoronoiCell>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user