Skip to content

Commit

Permalink
Merge pull request #45664 from naithar/fix/ios-plugin-initialization
Browse files Browse the repository at this point in the history
[3.2] [iOS] Earlier plugin initialization
  • Loading branch information
akien-mga authored Feb 2, 2021
2 parents 25bc489 + 19d240c commit 6ab03c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/iphone/os_iphone.mm
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
}

void OSIPhone::start() {
godot_ios_plugins_initialize();

Main::start();

if (joypad_iphone) {
Expand Down Expand Up @@ -195,8 +197,6 @@
};

void OSIPhone::set_main_loop(MainLoop *p_main_loop) {
godot_ios_plugins_initialize();

main_loop = p_main_loop;

if (main_loop) {
Expand Down

0 comments on commit 6ab03c4

Please sign in to comment.