fix typo at debug image
parent
6c5f57690f
commit
3ea48dfc4a
|
@ -213,7 +213,7 @@ namespace OpenSim.Modules.PathFinding
|
|||
if (!thisNode.Walkable)
|
||||
_bitmap.SetPixel(thisNode.PositionX, thisNode.PositionY, Color.Black);
|
||||
|
||||
if (!thisNode.Target)
|
||||
if (thisNode.Target)
|
||||
_bitmap.SetPixel(thisNode.PositionX, thisNode.PositionY, Color.Blue);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue