Skip to content

Commit

Permalink
Display resource concentration on mouse over
Browse files Browse the repository at this point in the history
  • Loading branch information
DMagic1 committed Jun 18, 2020
1 parent 46bd53b commit 24cb253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCANsat/SCAN_Unity/SCAN_UI_ZoomMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1811,7 +1811,7 @@ private string mouseOverInfo(double lon, double lat)
infoString.Append(" ");
}

if (spotmap.ResourceActive && SCANconfigLoader.GlobalResource && spotmap.Resource != null)
if (SCANconfigLoader.GlobalResource && spotmap.Resource != null)
{
bool resources = false;
bool fuzzy = false;
Expand Down

0 comments on commit 24cb253

Please sign in to comment.