Skip to content

Commit

Permalink
Update AT3RadarTargetDisplay.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
arthuwu committed Jun 29, 2024
1 parent f65ce96 commit 6e4b881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AT3/AT3RadarTargetDisplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ void AT3RadarTargetDisplay::OnRefresh(HDC hDC, int Phase, HKCPDisplay* Display)

// Get and set location
POINT acftLocation = Display->ConvertCoordFromPositionToPixel(acft.GetPosition().GetPosition());
g.ScaleTransform(1.2, 1.2, MatrixOrderAppend);
g.TranslateTransform(acftLocation.x, acftLocation.y, MatrixOrderAppend);
g.RotateTransform(acft.GetPosition().GetReportedHeadingTrueNorth());

Expand Down

0 comments on commit 6e4b881

Please sign in to comment.