default to true
parent
682b5b253e
commit
ff97551e68
|
@ -11,7 +11,7 @@ namespace OpenSim.Modules.PathFinding
|
||||||
{
|
{
|
||||||
public Vector2 Position = new Vector2(0, 0);
|
public Vector2 Position = new Vector2(0, 0);
|
||||||
public int Counter = 0;
|
public int Counter = 0;
|
||||||
public bool Blocked = false;
|
public bool Blocked = true;
|
||||||
|
|
||||||
public NodeInfo(Vector2 position)
|
public NodeInfo(Vector2 position)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue