Skip to content

Commit 24cb253

Browse files
committed
Display resource concentration on mouse over
1 parent 46bd53b commit 24cb253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SCANsat/SCAN_Unity/SCAN_UI_ZoomMap.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1811,7 +1811,7 @@ private string mouseOverInfo(double lon, double lat)
18111811
infoString.Append(" ");
18121812
}
18131813

1814-
if (spotmap.ResourceActive && SCANconfigLoader.GlobalResource && spotmap.Resource != null)
1814+
if (SCANconfigLoader.GlobalResource && spotmap.Resource != null)
18151815
{
18161816
bool resources = false;
18171817
bool fuzzy = false;

0 commit comments

Comments
 (0)