Skip to content

Commit 3799846

Browse files
committed
Merge pull request godotengine#107251 from syntaxerror247/game-menu-bar
Fix Game runtime debugging in the Android Editor
2 parents c07974e + 079a524 commit 3799846

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

editor/plugins/game_view_plugin.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,9 @@ bool GameViewPluginBase::_is_window_wrapper_enabled() const {
12751275
}
12761276

12771277
GameViewPluginBase::GameViewPluginBase() {
1278+
#ifdef ANDROID_ENABLED
1279+
debugger.instantiate();
1280+
#endif
12781281
}
12791282

12801283
GameViewPlugin::GameViewPlugin() :

0 commit comments

Comments
 (0)