Fixed /sdcard/Android/data/org.love2d.android/files/games/lovegame lookup.

See #194 for more information.
This commit is contained in:
Miku AuahDark
2021-12-28 14:48:34 +08:00
parent 9076e124fe
commit 645bae0831
2 changed files with 2 additions and 2 deletions
@@ -200,7 +200,7 @@ public class GameActivity extends SDLActivity {
} else { } else {
// No game specified via the intent data or embed build is used. // No game specified via the intent data or embed build is used.
// Load game archive only when needed. // Load game archive only when needed.
needToCopyGameInArchive = true; needToCopyGameInArchive = embed;
} }
Log.d("GameActivity", "new gamePath: " + gamePath); Log.d("GameActivity", "new gamePath: " + gamePath);