This commit is contained in:
Hajime Hoshi 2018-12-05 02:34:39 +09:00
parent 2fd0daec10
commit 65294f2e24

2
doc.go
View File

@ -21,7 +21,7 @@
//
// // Write your game's logical update.
//
// if IsDrawingSkipped() {
// if ebiten.IsDrawingSkipped() {
// // When the game is running slowly, the rendering result
// // will not be adopted.
// return nil