1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-11 07:30:40 +01:00

Fixed waypoint blip color not being correct when adding as a new waypoint

This commit is contained in:
Rich Dunne 2020-10-10 15:56:10 -06:00
parent d36c7fb012
commit 075856fbce

View file

@ -212,7 +212,7 @@ namespace SceneManager
{
blip.Color = Color.Blue;
}
else if (drivingFlag == VehicleDrivingFlags.StopAtDestination)
else if (stopWaypointType.Checked)
{
blip.Color = Color.Red;
}