Change min temp delta to 0.1 (#20512)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
parent
ddccbd38f3
commit
e23abf1318
|
|
@ -123,7 +123,7 @@ namespace Content.Shared.Atmos
|
|||
/// <summary>
|
||||
/// Minimum temperature difference before the gas temperatures are just set to be equal.
|
||||
/// </summary>
|
||||
public const float MinimumTemperatureDeltaToConsider = 0.5f;
|
||||
public const float MinimumTemperatureDeltaToConsider = 0.1f;
|
||||
|
||||
/// <summary>
|
||||
/// Minimum temperature for starting superconduction.
|
||||
|
|
|
|||
Loading…
Reference in New Issue