Explorar el Código

bug fixes

master
Victor Giers hace 3 años
padre
commit
437b4f5a9c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      scancropper2.pde

+ 1
- 1
scancropper2.pde Ver fichero

@@ -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++) {

Cargando…
Cancelar
Guardar