Zemanzo / web-marbles

Aims to recreate Marble Racing from the ground up, as a fully web based game
https://playmarbl.es/
GNU General Public License v3.0
23 stars 12 forks source link

Async level loading fix #241

Closed Qaomen closed 5 years ago

Qaomen commented 5 years ago

The worker thread used to load levels is no longer terminated at random by Firefox, and is now terminated correctly after completion. This fixes the bug described in #224 and a bug we didn't yet know about in Chrome.

For details, check the comments of said issue.

Referencing issues Closes #224