You've already forked godot
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:
@@ -1275,6 +1275,9 @@ bool GameViewPluginBase::_is_window_wrapper_enabled() const {
|
||||
}
|
||||
|
||||
GameViewPluginBase::GameViewPluginBase() {
|
||||
#ifdef ANDROID_ENABLED
|
||||
debugger.instantiate();
|
||||
#endif
|
||||
}
|
||||
|
||||
GameViewPlugin::GameViewPlugin() :
|
||||
|
||||
Reference in New Issue
Block a user