mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
Fix parameter name
This commit is contained in:
parent
84984d30e7
commit
8498047b83
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 directory = fullname.substring(0, fullname.lastIndexOf("/"));
|
||||
new File(directory).mkdirs();
|
||||
_copy_asset(name, path + "/" + targetName);
|
||||
_copy_asset(name, path + "/" + newName);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue