2D-Weather-Sandbox icon indicating copy to clipboard operation
2D-Weather-Sandbox copied to clipboard

Sounding graph, weather stations and save files broken on Firefox Linux.

Open Cloudwalk9 opened this issue 1 year ago • 13 comments

Only the lapse rate line seems to render.

Replacing

        if (wallTextureValues[4 * y + 1] != 0) { // if this is fluid cell

with

        if (temp < 599.0) {
          // not wall

seems to fix it. This is probably not a proper fix but it's a clue what might be going wrong.

Cloudwalk9 avatar Oct 01 '23 03:10 Cloudwalk9