Skip to content

Commit c87dafe

Browse files
authored
Remove reminder comment
1 parent ba5749a commit c87dafe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

B9PartSwitch/PartSwitch/PartSwitchFlightDialog.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ private static DialogGUIBase[] CreateOptions(ModuleB9PartSwitch module, IList<Ca
109109
const float buttonHeight = 35;
110110
if (buttonHeight * options.Count < 0.75f * Screen.height) return options.ToArray();
111111

112-
// UnityEngine.TextRenderingModule must be added to project References
113112
options.Insert(0, new DialogGUIContentSizer(ContentSizeFitter.FitMode.Unconstrained, ContentSizeFitter.FitMode.PreferredSize));
114113
DialogGUIBase[] scrollList = {
115114
new DialogGUIContentSizer(ContentSizeFitter.FitMode.Unconstrained, ContentSizeFitter.FitMode.PreferredSize),

0 commit comments

Comments
 (0)