Add comments (#777)

This commit is contained in:
Hajime Hoshi 2019-01-10 23:52:11 +09:00
parent 866f64a625
commit 876e483d0c

View File

@ -16,4 +16,7 @@
package ebiten package ebiten
// Between Go 1.10 and Go 1.11, ioutil.TempFile's behavior is different.
// Ebiten forces the Go version in order to avoid confusion. (#777)
const __EBITEN_REQUIRES_GO_VERSION_1_11_OR_LATER__ = true const __EBITEN_REQUIRES_GO_VERSION_1_11_OR_LATER__ = true