mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Waypoint numbers should start at 0 on map. (#524)
This commit is contained in:
parent
f3ed25b5b2
commit
48040d7306
@ -81,7 +81,7 @@ const WaypointMarkers = (props: FlightPlanProps) => {
|
||||
markers.push(
|
||||
<WaypointMarker
|
||||
key={idx}
|
||||
number={idx}
|
||||
number={idx-1}
|
||||
waypoint={p}
|
||||
flight={props.flight}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user