Skip to content

Commit 8c4860b

Browse files
committed
Merge branch 'release/0.4.2'
2 parents b99d3b5 + ad4ab7a commit 8c4860b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.4.2
2+
##### Fixes
3+
- Fix aggregate thermal rate calculation. It was double counting radiative thermal rate.
4+
15
## v0.4.1
26
##### Fixes
37
- Fix for configuration settings reverting to default after two reloads of KSP.

Source/HotSpot/Extensions/PartExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ public static double GetThermalFlux(this Part part)
77
return part.thermalInternalFluxPrevious
88
+ part.thermalConductionFlux
99
+ part.thermalConvectionFlux
10-
+ part.thermalRadiationFlux
1110
+ part.thermalRadiationFlux;
1211
}
1312
}

0 commit comments

Comments
 (0)