Skip to content

Commit

Permalink
fixed small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
noHero committed Sep 16, 2013
1 parent 867f387 commit 09d02dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3490,7 +3490,7 @@ private void drawsettings()
chatLogStyle.alignment = TextAnchor.MiddleLeft;
if (rowscalestring != "") { rowscale = (float)Convert.ToDouble(rowscalestring) / 10f; } else { rowscale = 1.0f; }
if (rowscale > 2f) { rowscale = 2f; rowscalestring = "20"; }
if (rowscale < 0.5f) { rowscale = .5f; rowscalestring = "5"; }
if (rowscale < 0.5f) { rowscale = .5f; }
if (!rowcopy.Equals(rowscalestring)) { this.setupPositions(); }

GUI.skin = this.cardListPopupLeftButtonSkin;
Expand Down
Binary file modified Auction.mod.dll
Binary file not shown.

0 comments on commit 09d02dc

Please sign in to comment.