Skip to content

Commit

Permalink
Show correct landing icon in IVA maps
Browse files Browse the repository at this point in the history
  • Loading branch information
DMagic1 committed Apr 22, 2015
1 parent b589ce1 commit 07c3508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCANsat/SCAN_UI/SCANsatRPM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ private void DrawIcon(SCANwaypoint p, Color iconColor)
{
pos.x -= 8;
pos.y -= 8;
SCANuiUtil.drawMapIconGL(pos, SCANskins.SCAN_MechJebIcon, iconColor, iconMaterial, iconColorShadowValue, true);
SCANuiUtil.drawMapIconGL(pos, SCANcontroller.controller.mechJebTargetSelection ? SCANskins.SCAN_MechJebIcon : SCANskins.SCAN_TargetIcon, iconColor, iconMaterial, iconColorShadowValue, true);
}
}

Expand Down

0 comments on commit 07c3508

Please sign in to comment.