From 7c983e83a6c340ced354a144eac7538413b0ff36 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Fri, 15 Mar 2024 09:02:33 -0700 Subject: [PATCH] one more try --- src/ballistica/base/base.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ballistica/base/base.cc b/src/ballistica/base/base.cc index 0041f50a..a063ba13 100644 --- a/src/ballistica/base/base.cc +++ b/src/ballistica/base/base.cc @@ -246,7 +246,7 @@ void BaseFeatureSet::StartApp() { app_started_ = true; // As the last step of this phase, tell the logic thread to apply the app - // config which will kick off screen creation and otherwise to get the + // config which will kick off screen creation or otherwise to get the // ball rolling. { Python::ScopedInterpreterLock gil;