ebiten/internal/buffered
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
..
command.go graphicscommand: Return the error immediately (#1060) 2020-01-19 01:18:56 +09:00
image_test.go buffered: Add tests for #1050 2020-01-11 02:45:46 +09:00
image.go graphicscommand: Return the error immediately (#1060) 2020-01-19 01:18:56 +09:00