Skip to content

Commit

Permalink
0.16.5
Browse files Browse the repository at this point in the history
Removed mass code and utilized changes within part configs.
  • Loading branch information
sirkut committed Jun 26, 2014
1 parent 7d01169 commit 0c05a4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion InfernalRobotics/IR_TweakScale/IRScale.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ public MyUpdater(MuMechToggle pm)

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

0 comments on commit 0c05a4e

Please sign in to comment.