mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: update comments
We need more insights about launch modes.
This commit is contained in:
parent
c077ad70fd
commit
dd19552f88
3
run.go
3
run.go
@ -314,9 +314,6 @@ type RunGameOptions struct {
|
|||||||
// When StrictContextRestration is false, Ebitengine does nothing special to restore the context and
|
// When StrictContextRestration is false, Ebitengine does nothing special to restore the context and
|
||||||
// relies on the OS's behavior.
|
// relies on the OS's behavior.
|
||||||
//
|
//
|
||||||
// As a side note, especially when StrictContextRestration is false, the activity's launch mode should
|
|
||||||
// be singleInstance, or the activity no longer works correctly after the context is lost.
|
|
||||||
//
|
|
||||||
// The default (zero) value is false.
|
// The default (zero) value is false.
|
||||||
StrictContextRestration bool
|
StrictContextRestration bool
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user