Skip to content

Commit

Permalink
Additionally load libliblove.so before loading liblove.so after C…
Browse files Browse the repository at this point in the history
…Make modernization.

love2d/love#2036 (review)
  • Loading branch information
MikuAuahDark committed Mar 31, 2024
1 parent 7efdfef commit 50192f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/org/love2d/android/GameActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ protected String[] getLibraries() {
"oboe",
"openal",
"luajit",
"liblove",
"love",
};
}
Expand Down

0 comments on commit 50192f4

Please sign in to comment.