Browse Source

bug fixes

master
Victor Giers 3 years ago
parent
commit
437b4f5a9c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      scancropper2.pde

+ 1
- 1
scancropper2.pde View File

@@ -96,7 +96,7 @@ void dropEvent(DropEvent theDropEvent) {
println(droppedFiles);
folderURI = droppedFiles[0].getParent();
println(folderURI);
for (int i = covers.size(); i-- != 0; covers.remove(i));
ArrayList<String> imgs = new ArrayList<String>();
imageAmount = 0;
for (int i = 0; i < droppedFiles.length; i++) {

Loading…
Cancel
Save