ebitenutil: Fix comment (#516)

This commit is contained in:
Hajime Hoshi 2018-02-26 23:03:33 +09:00
parent 31ca968a14
commit 479bf18be6

View File

@ -15,7 +15,7 @@
package ebitenutil
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).
_ "image/png"
)