mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix Game runtime debugging in the Android Editor
This commit is contained in:
parent
42c7f14422
commit
079a52453a
1 changed files with 3 additions and 0 deletions
|
|
@ -1275,6 +1275,9 @@ bool GameViewPluginBase::_is_window_wrapper_enabled() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
GameViewPluginBase::GameViewPluginBase() {
|
GameViewPluginBase::GameViewPluginBase() {
|
||||||
|
#ifdef ANDROID_ENABLED
|
||||||
|
debugger.instantiate();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
GameViewPlugin::GameViewPlugin() :
|
GameViewPlugin::GameViewPlugin() :
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue