mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-10-23 16:03:16 +08:00

Using restorable images is expensive as this sometimes requires to load pixels from GPU. On browsers, just reloading the application should be fine when the context lost happens. Closes #1603