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

View File

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