Skip to content

Commit

Permalink
Merge pull request #102 from MagicSmokeIndustries/develop
Browse files Browse the repository at this point in the history
2.0.2 PR
  • Loading branch information
ZiwKerman committed May 5, 2016
2 parents 46bc650 + f293568 commit 945ef6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion InfernalRobotics.version
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"VERSION": {
"MAJOR": 2,
"MINOR": 0,
"PATCH": 1
"PATCH": 2
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion InfernalRobotics/InfernalRobotics/Module/ModuleIRServo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ public void ConsumeElectricCharge()
{
if (UseElectricCharge)
{
if (Interpolator.Active)
if (Interpolator.Active && !freeMoving)
{
float amountToConsume = electricChargeRequired * TimeWarp.fixedDeltaTime;

Expand Down

0 comments on commit 945ef6c

Please sign in to comment.