Skip to content

Commit

Permalink
Shorten option description.
Browse files Browse the repository at this point in the history
  • Loading branch information
PredatoryBalloon committed Jan 2, 2022
1 parent 1cc6f4f commit 6368e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Distance.TrackAttachToTrack/Entry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void CreateSettingsMenu()
new CheckBox(MenuDisplayMode.MainMenu, "setting:enable_disable_trackgrouping", "ENABLE GROUPING TRACK ATTACHMENTS")
.WithGetter(() => Config.gta)
.WithSetter((x) => Config.gta = x)
.WithDescription("Normally, you can only group track attachments with the track they are attached to, but enabling this removes this restriction. The reason this is an option and not a default feature is that it can produce some weird effects under certain circumstances. Say you attach an object to a track, group that object, and then delete the track, and then ungroup the object. The object will then have a track attachment to a nonexistant track, which can cause the editor to freak out and crash under certain circumstances (Though you can remove it just fine if you don't try to do anything else with it first, like duplicating the object or something.).")
.WithDescription("Normally, you can only group track attachments with the track they are attached to, but enabling this removes this restriction. The reason this is an option and not a default feature is that it can produce some weird effects under certain circumstances.")
};

Menus.AddNew(MenuDisplayMode.Both, settingsMenu, "TrackAttachToTrack", "Settings for the TrackAttachToTrack mod.");
Expand Down

0 comments on commit 6368e4d

Please sign in to comment.