mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
docs: Fix a wrong function name
This commit is contained in:
parent
a4f6909710
commit
3d03599882
2
doc.go
2
doc.go
@ -28,7 +28,7 @@
|
|||||||
//
|
//
|
||||||
// // Draw draws the game screen.
|
// // Draw draws the game screen.
|
||||||
// // Draw is called every frame (typically 1/60[s] for 60Hz display).
|
// // Draw is called every frame (typically 1/60[s] for 60Hz display).
|
||||||
// func (g *Game) Update(screen *ebiten.Image) error {
|
// func (g *Game) Draw(screen *ebiten.Image) error {
|
||||||
// // Write your game's rendering.
|
// // Write your game's rendering.
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user