This commit is contained in:
Your Name
2020-09-04 20:02:27 -06:00
parent 7141857212
commit f88b8295ca
2 changed files with 6 additions and 3 deletions

View File

@ -722,6 +722,8 @@ load_waypoints()
level.waypoints[i].bots = [];
level.waypoints[i].bots["allies"] = 1;
level.waypoints[i].bots["axis"] = 1;
level.waypoints[i].childCount = level.waypoints[i].children.size;
}
level.waypointsKDTree = WaypointsToKDTree();