ebiten/internal/restorable
Hajime Hoshi 6ba6cdc721 restorable: Bug fix: Dispose all the image before start restoring
A current texture ID and a new texture ID can be duplicated.
Disposing part of textures and creating textures at the same time
can make contradicted situation.
2019-08-16 01:00:09 +09:00
..
doc.go restorable: Add comments 2017-09-15 00:24:18 +09:00
image.go restorable: Bug fix: Dispose all the image before start restoring 2019-08-16 01:00:09 +09:00
images_test.go restorable: Replace Fill with Clear 2019-07-20 05:00:05 +09:00
images.go restorable: Bug fix: Dispose all the image before start restoring 2019-08-16 01:00:09 +09:00
rect.go restorable: Split pixel records into regions 2019-07-19 10:59:48 +09:00