Skip to content

Commit

Permalink
Merge pull request AHeroicLlama#91 from AHeroicLlama/development
Browse files Browse the repository at this point in the history
Amend default state of label instance Form ID
  • Loading branch information
AHeroicLlama authored Jun 20, 2023
2 parents 2e3f042 + b5aa43b commit e59e48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mappalachia/Class/Settings/Plot/SettingsPlot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit e59e48f

Please sign in to comment.