mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
doc: Add comment
This commit is contained in:
parent
74c5d9637e
commit
389e0a9261
@ -338,6 +338,8 @@ func outputExample(e *example) error {
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
// Do not call temporarily.
|
// Do not call temporarily.
|
||||||
|
// TODO: Uncomment this out after 1.4 stable is released.
|
||||||
|
// docs/examples/_resource/images/arcade.png should also be remove.
|
||||||
/*if err := clear(); err != nil {
|
/*if err := clear(); err != nil {
|
||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}*/
|
}*/
|
||||||
|
Loading…
Reference in New Issue
Block a user