mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 11:48:55 +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.
|
// TPS (ticks per second) is 60 by default.
|
||||||
// This is not related to framerate (display's refresh rate).
|
// 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.
|
// 3) f returns error. In the case of 3), RunGame returns the same error.
|
||||||
//
|
//
|
||||||
// The size unit is device-independent pixel.
|
// The size unit is device-independent pixel.
|
||||||
|
Loading…
Reference in New Issue
Block a user