Skip to content

Commit

Permalink
Fix for 1.0.5
Browse files Browse the repository at this point in the history
A class member had a spelling fix.
  • Loading branch information
taniwha committed Nov 9, 2015
1 parent fcb2599 commit 211ff43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Tanks/ModuleFuelTanks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ public void FixedUpdate ()
}
}

protected static double conductionFactors = PhysicsGlobals.ConductionFactor * PhysicsGlobals.SkinInteralConductionFactor;
protected static double conductionFactors = PhysicsGlobals.ConductionFactor * PhysicsGlobals.SkinInternalConductionFactor;
protected float tankArea;
double boiloffMass = 0d;

Expand Down

0 comments on commit 211ff43

Please sign in to comment.