mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
ebitenutil: Fix comment (#516)
This commit is contained in:
parent
31ca968a14
commit
479bf18be6
@ -15,7 +15,7 @@
|
|||||||
package ebitenutil
|
package ebitenutil
|
||||||
|
|
||||||
import (
|
import (
|
||||||
// Import image/png for backward compatibility (#500, #518)
|
// Import image/png for backward compatibility (#500, #516)
|
||||||
// TODO: Deprecate and remove this at the next major version (2.0).
|
// TODO: Deprecate and remove this at the next major version (2.0).
|
||||||
_ "image/png"
|
_ "image/png"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user