mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: Update comments
This commit is contained in:
parent
475453d5d2
commit
8d951ea024
2
run.go
2
run.go
@ -155,7 +155,7 @@ func (i *imageDumperGame) Layout(outsideWidth, outsideHeight int) (screenWidth,
|
||||
// TPS (ticks per second) is 60 by default.
|
||||
// This is not related to framerate (display's refresh rate).
|
||||
//
|
||||
// RunGame returns error when 1) OpenGL error happens, 2) audio error happens or
|
||||
// RunGame returns error when 1) error happens in the underlying graphics driver, 2) audio error happens or
|
||||
// 3) f returns error. In the case of 3), RunGame returns the same error.
|
||||
//
|
||||
// The size unit is device-independent pixel.
|
||||
|
Loading…
Reference in New Issue
Block a user