Skip to content

Commit

Permalink
Merge pull request #26 from manups4e/master
Browse files Browse the repository at this point in the history
removed debug printing
  • Loading branch information
manups4e authored Nov 23, 2020
2 parents 3c3c924 + b556b14 commit de40a2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NativeUI/PauseMenu/TabInteractiveListItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ public override void Draw()
{
var yoffset = 15;
var basePos = SafeSize.AddPoints(new PointF(BottomRight.X - SafeSize.X - 210, yoffset + (itemSize.Height + 3) * i));
Debug.WriteLine("I = " + i + ", basePos = " + basePos);
sliderItem._rectangleBackground.Position = basePos;
sliderItem._rectangleBackground.Size = new SizeF(200f, 10);

Expand Down

0 comments on commit de40a2f

Please sign in to comment.