Skip to content

Commit

Permalink
Cosmetic: might as well just drop the count
Browse files Browse the repository at this point in the history
Has no runtime effect -- it just makes it easier to make changes to this list later.
  • Loading branch information
Zekka authored Jul 10, 2018
1 parent 88740b2 commit 2765c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Labyrinth3/IDE/Forms/MergeElementsDlg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private void InitializeComponent()
this.TypeBox.Anchor = AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
this.TypeBox.DrawMode = DrawMode.OwnerDrawVariable;
this.TypeBox.DropDownStyle = ComboBoxStyle.DropDownList;
this.TypeBox.Items.AddRange(new object[13]
this.TypeBox.Items.AddRange(new object[ ]
{
(object) ElementType.Generic,
(object) ElementType.Character,
Expand Down

0 comments on commit 2765c16

Please sign in to comment.