internal/processtest/testdata: typo

This commit is contained in:
Hajime Hoshi 2022-09-02 03:23:30 +09:00
parent c126dea7fb
commit 1762869791

View File

@ -71,7 +71,7 @@ func (g *Game) Draw(screen *ebiten.Image) {
}
}
// The blow 3 line matters to reproduce #2154.
// The below 3 line matters to reproduce #2154.
mx, my := ebiten.CursorPosition()
msg := fmt.Sprintf("TPS: %.01f; FPS: %.01f; cursor: (%d, %d)", ebiten.ActualTPS(), ebiten.ActualFPS(), mx, my)
ebitenutil.DebugPrint(screen, msg)