We need to replace an "or" with an "and". My best guess for this oversight happening was because of the weird ordering. The code originally did "temp < 30" first and "temp > -30" second instead of the other way around. With the weird ordering, it becomes more natural to insert an "or" instead of an "and". So I swapped around the ordering just for good measure. This is also fixed in the mobile version.main
parent
2d07090a6b
commit
be2d2e1e2a
Loading…
Reference in new issue