Skip to content

Commit

Permalink
Fix updateDragCubesInEditor not actually working at all
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed Jul 7, 2023
1 parent aa52837 commit e435d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ProceduralPart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ public float GetModuleCost(float stdCost, ModifierStagingSituation sit)
#endregion

[KSPField]
bool updateDragCubesInEditor = false;
public bool updateDragCubesInEditor = false;

[KSPEvent(guiActive = false, active = true)]
public void OnPartColliderChanged()
Expand Down

0 comments on commit e435d42

Please sign in to comment.