ebiten/internal/restorable
Hajime Hoshi 7b77164710 restorable: Ignore the error when restoring failed due to being not ready
(driver.Graphics).BeginFrame tries to restore the images, but
the context might be lost at that time yet. If the attempt to
restore the context because the driver is not ready, return
silently.

Fixes #1133
2020-04-12 20:01:18 +09:00
..
doc.go restorable: Add comments 2017-09-15 00:24:18 +09:00
image.go graphics: Fill the screenshot in black when the screen is not transparent 2020-02-06 03:08:16 +09:00
images_test.go Add testing package 2020-04-01 18:10:48 +09:00
images.go restorable: Ignore the error when restoring failed due to being not ready 2020-04-12 20:01:18 +09:00
rect.go restorable: Merge two 'copy' into one 2019-11-16 02:10:53 +09:00