mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed misspelled function name
This commit is contained in:
parent
0a27c309cb
commit
7858b65fde
@ -64,7 +64,7 @@ _fnc_cooling = {
|
||||
};
|
||||
|
||||
// Calculate cooling
|
||||
_temperature = [_temperature, _barrelMass, time - _time] call _fnc_cooldown;
|
||||
_temperature = [_temperature, _barrelMass, time - _time] call _fnc_cooling;
|
||||
// Calculate heating
|
||||
// Steel Heat Capacity = 466 J/(Kg.K)
|
||||
_temperature = _temperature + _heatIncrement / (_barrelMass * 466);
|
||||
|
Loading…
Reference in New Issue
Block a user