mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
e21636fbb9
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 |