Skip to content

Commit 079a524

Browse files
Fix Game runtime debugging in the Android Editor
1 parent 42c7f14 commit 079a524

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)