From cf200bb2b04501d064d7eb62dfd2f768c644485c Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Fri, 15 Mar 2024 09:00:42 -0700 Subject: [PATCH] another webhook test --- src/ballistica/base/base.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ballistica/base/base.cc b/src/ballistica/base/base.cc index b61cdb23..0041f50a 100644 --- a/src/ballistica/base/base.cc +++ b/src/ballistica/base/base.cc @@ -246,8 +246,8 @@ 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 get the ball - // rolling. + // config which will kick off screen creation and otherwise to get the + // ball rolling. { Python::ScopedInterpreterLock gil; python->objs().Get(BasePython::ObjID::kAppPushApplyAppConfigCall).Call();