hackoregon / civic

The frontend monorepo for the CIVIC platform.
http://civicplatform.org
MIT License
60 stars 26 forks source link

Upgrade mapbox-gl #1151

Closed DingoEatingFuzz closed 5 years ago

DingoEatingFuzz commented 5 years ago

This is a thing that needs to be done regardless, but it especially needed to be done to address a video memory leak that would occur after prolonged play of the Earthquake Heroes game.

Continued play of the Earthquake Heroes game would result in a slow climb of video memory usage that would eventually crash the GPU, which would flush vram, and result in a WEBGL_CONTEXT_LOST error.

Cursory tests show that this dependency upgrade has fixed that memory leak.