Merge pull request #107251 from syntaxerror247/game-menu-bar

Fix Game runtime debugging in the Android Editor
This commit is contained in:
Rémi Verschelde 2025-06-09 00:45:26 +02:00
commit 3799846a7a
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -1275,6 +1275,9 @@ bool GameViewPluginBase::_is_window_wrapper_enabled() const {
}
GameViewPluginBase::GameViewPluginBase() {
#ifdef ANDROID_ENABLED
debugger.instantiate();
#endif
}
GameViewPlugin::GameViewPlugin() :