Skip to content

Commit

Permalink
Restore old behavior of launching LOVE from launcher after ae465f8.
Browse files Browse the repository at this point in the history
The old behavior is to re-start no-game screen when launching LOVE from app launcher for non-embed builds.
  • Loading branch information
MikuAuahDark committed Nov 15, 2023
1 parent b2686d9 commit 86dbfff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions love/src/main/java/org/love2d/android/GameActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ public void onClick(DialogInterface dialog, int id) {
// No game specified via the intent data or embed build is used.
// Load game archive only when needed.
needToCopyGameInArchive = embed;
gamePath = "";
}

Log.d("GameActivity", "new gamePath: " + gamePath);
Expand Down

0 comments on commit 86dbfff

Please sign in to comment.