Fix Game runtime debugging in the Android Editor

This commit is contained in:
Anish Mishra 2025-06-07 12:33:57 +05:30
parent 42c7f14422
commit 079a52453a

View file

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