mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2025-03-08 18:31:49 +00:00
Fix parameter name
This commit is contained in:
parent
3c3f7a459c
commit
88cde379bd
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ public class MainActivity extends SDLActivity // implements KeyEvent.Callback
|
||||||
String fullname = path + "/" + name;
|
String fullname = path + "/" + name;
|
||||||
String directory = fullname.substring(0, fullname.lastIndexOf("/"));
|
String directory = fullname.substring(0, fullname.lastIndexOf("/"));
|
||||||
new File(directory).mkdirs();
|
new File(directory).mkdirs();
|
||||||
_copy_asset(name, path + "/" + targetName);
|
_copy_asset(name, path + "/" + newName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue