Skip to content

Commit

Permalink
Tweak slider name for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Sep 30, 2023
1 parent 847d291 commit 1130554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ROLib/Modules/ModuleROTank.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ private void OnMouseOver()
#region PF-style mass

[KSPField] public bool usePFStyleMass = false;
[KSPField(isPersistant = true, guiActiveEditor = false, guiName = "Side Density", groupName = GroupName, groupDisplayName = GroupDisplayName)]
[KSPField(isPersistant = true, guiActiveEditor = false, guiName = "Stringer Mass", groupName = GroupName, groupDisplayName = GroupDisplayName)]
[UI_FloatRange(minValue = 0.01f, maxValue = 1.0f, stepIncrement = 0.01f)]
public float density = 0.18f;
[KSPField] public float minDensity = 0.01f;
Expand Down

0 comments on commit 1130554

Please sign in to comment.