feat: rework temperature generation alg

This commit is contained in:
Azgaar 2023-08-06 17:04:35 +04:00
parent fbb605d01d
commit 42b0cafecd
7 changed files with 128 additions and 96 deletions

View file

@ -639,7 +639,7 @@ export function resolveVersionConflicts(version) {
if (version < 1.89) {
//May need a major bump
options.tempNorthPole = +temperatureNorthPoleInput.value;
options.tempSouthPole = +temperatureNorthPoleInput.value;
options.temperatureNorthPole = +temperatureNorthPoleInput.value;
options.temperatureSouthPole = +temperatureNorthPoleInput.value;
}
}