From dd19552f883ec62ffaf4d61480855135c31caf9a Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 13 Sep 2024 15:35:28 +0900 Subject: [PATCH] ebiten: update comments We need more insights about launch modes. --- run.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/run.go b/run.go index cf53aea7e..4a4a6336b 100644 --- a/run.go +++ b/run.go @@ -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 }