mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 15:40:29 +01:00
Fixed waypoint blip color not being correct when adding as a new waypoint
This commit is contained in:
parent
d36c7fb012
commit
075856fbce
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ namespace SceneManager
|
|||
{
|
||||
blip.Color = Color.Blue;
|
||||
}
|
||||
else if (drivingFlag == VehicleDrivingFlags.StopAtDestination)
|
||||
else if (stopWaypointType.Checked)
|
||||
{
|
||||
blip.Color = Color.Red;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue