mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
9492b4ecf5
This change replaces the member `volatile` with `imageType` to make the code more explicit. In the old code, it was not obvious whether a mipmap was used for a screen image. Actually a mipmap was not used since `canSkipMipmap` is always true for a screen image, but this was too tricky. |
||
---|---|---|
.. | ||
mipmap.go |