Skip to content

Commit

Permalink
OCD
Browse files Browse the repository at this point in the history
  • Loading branch information
MistressPlague authored Nov 8, 2020
1 parent 105d42d commit 1a7caf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlagueGUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void MakeButton()
Button.Value?.Invoke("", 0, DropDownState[DropData].FloatCache[Button.Value], true);
}

GUI.Label(new Rect(PositionAndScale.width - 18, (25 * ButtonPosMultiplier) - 8, PositionAndScale.width, PositionAndScale.height), ((int)DropDownState[DropData].FloatCache[Button.Value]).ToString());
GUI.Label(new Rect(PositionAndScale.width - 18, (25 * ButtonPosMultiplier) - 6, PositionAndScale.width, PositionAndScale.height), ((int)DropDownState[DropData].FloatCache[Button.Value]).ToString());

ButtonPosMultiplier++;
break;
Expand Down

0 comments on commit 1a7caf2

Please sign in to comment.