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
3eb2b480be
commit
78285c3916
2
run.go
2
run.go
@ -506,7 +506,7 @@ const (
|
|||||||
// 1) new inputting except for gamepads is detected, or 2) ScheduleFrame is called.
|
// 1) new inputting except for gamepads is detected, or 2) ScheduleFrame is called.
|
||||||
// In FPSModeVsyncOffMinimum, TPS is SyncWithFPS no matter what TPS is specified at SetTPS.
|
// In FPSModeVsyncOffMinimum, TPS is SyncWithFPS no matter what TPS is specified at SetTPS.
|
||||||
//
|
//
|
||||||
// Deprecated: as of v2.5. Use SetVsyncEnabled(false) and SetScreenClearedEveryFrame(false) instead.
|
// Deprecated: as of v2.5. Use SetScreenClearedEveryFrame(false) instead.
|
||||||
// See examples/skipdraw for GPU optimization with SetScreenClearedEveryFrame(false).
|
// See examples/skipdraw for GPU optimization with SetScreenClearedEveryFrame(false).
|
||||||
FPSModeVsyncOffMinimum FPSModeType = ui.FPSModeVsyncOffMinimum
|
FPSModeVsyncOffMinimum FPSModeType = ui.FPSModeVsyncOffMinimum
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user