Merge pull request #114 from jnjackins/master

Update example in doc.go
This commit is contained in:
Hajime Hoshi 2015-01-29 15:57:23 +09:00
commit dac9623b97

2
doc.go
View File

@ -16,7 +16,7 @@
//
// You can start the game by calling the function Run.
//
// func update(screen *ebiten.Screen) {
// func update(screen *ebiten.Image) error {
// // Define your game.
// }
//