1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-26 15:46:23 +00:00

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() :