mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
Add comments (#777)
This commit is contained in:
parent
866f64a625
commit
876e483d0c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user