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.
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.