diff --git a/Mappalachia/Class/Settings/Plot/SettingsPlot.cs b/Mappalachia/Class/Settings/Plot/SettingsPlot.cs index a3d4bf42..7d929354 100644 --- a/Mappalachia/Class/Settings/Plot/SettingsPlot.cs +++ b/Mappalachia/Class/Settings/Plot/SettingsPlot.cs @@ -14,7 +14,7 @@ public enum Mode public static Mode mode = Mode.Icon; public static bool drawVolumes = true; // Draw volumes when in icon/topograph mode public static bool fillRegions = true; // Fill regions with transparent color - public static bool labelInstanceIDs = true; // Label each MapDataPoint with its FormID + public static bool labelInstanceIDs = false; // Label each MapDataPoint with its FormID public static bool IsHeatmap() {