ebiten/internal/restorable
Hajime Hoshi 1cf4f30541 Revert "restorable: Merge Clear to ReplacePixels"
This reverts commit fb641d88cd.

Reason: When restoring the image where ReplacePixels is called,
dummyImage might not be restored since there is no record of
relationships between this image and dummyImage. Now pixels is not
nil when reverting by chance, but this would cause problems in the
future.
2018-04-25 22:31:48 +09:00
..
doc.go restorable: Add comments 2017-09-15 00:24:18 +09:00
enabled_desktop.go restorable: Disable restoring on desktops and mobile browsers (#380) 2017-07-02 15:58:00 +09:00
enabled_js.go audio: Adjust the buffer size 2017-07-13 23:48:03 +09:00
image.go Revert "restorable: Merge Clear to ReplacePixels" 2018-04-25 22:31:48 +09:00
images_test.go Revert "restorable: Merge Clear to ReplacePixels" 2018-04-25 22:31:48 +09:00
images.go restorable: Remove unneeded mutex 2018-03-25 23:40:39 +09:00
vertices.go restorable: Bug fix: Image must be protected with locks (#567) 2018-03-25 22:31:51 +09:00