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