mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 08:35:37 -04:00
Fix compilation
This commit is contained in:
parent
3ffc70a4b6
commit
a5c97f85f2
@ -372,7 +372,7 @@ public class PojavLoginActivity extends BaseActivity
|
|||||||
if (!Arrays.equals(release1,release2)) {
|
if (!Arrays.equals(release1,release2)) {
|
||||||
String[] lwjglFileList = am.list("components/lwjgl3");
|
String[] lwjglFileList = am.list("components/lwjgl3");
|
||||||
for (String s : lwjglFileList) {
|
for (String s : lwjglFileList) {
|
||||||
Tools.copyAssetFile(this, "components/lwjgl3/" + s, Tools., true);
|
Tools.copyAssetFile(this, "components/lwjgl3/" + s, Tools.MAIN_PATH+"/lwjgl3/",s, true);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Log.i("LWJGL3Prep","Pack is up-to-date with the launcher, continuing...");
|
Log.i("LWJGL3Prep","Pack is up-to-date with the launcher, continuing...");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user