mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 23:50:29 +01:00
Updated waypoint Collector field name to IsCollector
This commit is contained in:
parent
db0cc52873
commit
3d62a54d36
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ namespace SceneManager
|
||||||
|
|
||||||
public static void DrawSpheresAtWaypoints(Path path, int i)
|
public static void DrawSpheresAtWaypoints(Path path, int i)
|
||||||
{
|
{
|
||||||
if (path.Waypoints[i].Collector)
|
if (path.Waypoints[i].IsCollector)
|
||||||
{
|
{
|
||||||
Debug.DrawSphere(path.Waypoints[i].Position, path.Waypoints[i].CollectorRadius, Color.FromArgb(80, Color.Blue));
|
Debug.DrawSphere(path.Waypoints[i].Position, path.Waypoints[i].CollectorRadius, Color.FromArgb(80, Color.Blue));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue