mirror of
https://github.com/love2d/love-android.git
synced 2026-08-21 21:15:34 +02:00
Fixed /sdcard/Android/data/org.love2d.android/files/games/lovegame lookup.
See #194 for more information.
This commit is contained in:
+1
-1
Submodule love/src/jni/love updated: 7168ef73d8...cee8f8ae48
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user