Skip to content

Commit

Permalink
0.16.3
Browse files Browse the repository at this point in the history
Changed the scaling to how I wanted it done.
  • Loading branch information
sirkut committed Jun 25, 2014
1 parent fc9333e commit cb57e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InfernalRobotics/IR_TweakScale/IRScale.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using MuMech;
using MuMech;
using System;
using System.Collections.Generic;
using System.Linq;
Expand Down Expand Up @@ -43,7 +43,7 @@ public MyUpdater(MuMechToggle pm)

public void OnRescale(TweakScale.ScalingFactor factor)
{
pm.resized();
pm.resized(factor.absolute.linear);
}
}
}

0 comments on commit cb57e80

Please sign in to comment.