ebiten: update comments

We need more insights about launch modes.
This commit is contained in:
Hajime Hoshi 2024-09-13 15:35:28 +09:00
parent c077ad70fd
commit dd19552f88

3
run.go
View File

@ -314,9 +314,6 @@ type RunGameOptions struct {
// When StrictContextRestration is false, Ebitengine does nothing special to restore the context and
// 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.
StrictContextRestration bool
}