mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-13 03:23:14 +01:00
There was a potential issue that commands in the queue are never reset when an error happens and the queue continues to send errors. This is problematic especially for testings. This change fixes the issue by Go's defer. |
||
---|---|---|
.. | ||
command.go | ||
doc.go | ||
image_test.go | ||
image.go | ||
shader.go | ||
thread.go |