ebiten/internal/restorable
Hajime Hoshi b3bdf51905
graphicscommand: Return the error immediately (#1060)
Now grpahicscommand saves the error and shows the error after a
while. This was good to simplify the API but was the cause to hide
some issues.

This change fixes all the errors to be returned immediately, and
buffer this in the ebiten package instead.

Fixes #971
2020-01-19 01:18:56 +09:00
..
doc.go restorable: Add comments 2017-09-15 00:24:18 +09:00
image.go graphicscommand: Return the error immediately (#1060) 2020-01-19 01:18:56 +09:00
images_test.go graphicscommand: Return the error immediately (#1060) 2020-01-19 01:18:56 +09:00
images.go graphicscommand: Return the error immediately (#1060) 2020-01-19 01:18:56 +09:00
rect.go restorable: Merge two 'copy' into one 2019-11-16 02:10:53 +09:00