mirror of
https://github.com/love2d/love-android.git
synced 2026-08-15 07:41:26 +02:00
60a58f9240
The GameActivity would not run otherwise as the App started via GameActivity would call in love::android::getSelectedGameFile() the wrong activity (namely GameLauncher) that was not initialized properly. Hence it would result in a segfault.