mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix "show actual front line location".
This commit is contained in:
parent
e721a234e1
commit
87e6080215
@ -949,9 +949,7 @@ class QLiberationMap(QGraphicsView):
|
||||
convoys: List[Convoy],
|
||||
) -> None:
|
||||
self.draw_bezier_frontline(scene, frontline, convoys)
|
||||
vector = Conflict.frontline_vector(
|
||||
frontline.blue_cp, frontline.red_cp, self.game.theater
|
||||
)
|
||||
vector = Conflict.frontline_vector(frontline, self.game.theater)
|
||||
left_pos = self._transform_point(vector[0])
|
||||
right_pos = self._transform_point(
|
||||
vector[0].point_from_heading(vector[1], vector[2])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user