mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-21 09:01:56 -07:00
Fix compilation
This commit is contained in:
parent
3ffc70a4b6
commit
a5c97f85f2
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ public class PojavLoginActivity extends BaseActivity
|
|||
if (!Arrays.equals(release1,release2)) {
|
||||
String[] lwjglFileList = am.list("components/lwjgl3");
|
||||
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 {
|
||||
Log.i("LWJGL3Prep","Pack is up-to-date with the launcher, continuing...");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue