a?adidos los m?todos de remove para las clases "comic flow", ahora ya se puede implementar la funci?n de eliminar c?mics

This commit is contained in:
Luis Ángel San Martín
2013-05-28 12:15:45 +02:00
parent 8ce3579d53
commit ea9d2bd169
7 changed files with 45 additions and 0 deletions

View File

@ -674,6 +674,10 @@ void YACReaderFlowGL::remove(int item)
}
numObjects--;
cfImages = (CFImage*)realloc(cfImages,numObjects*sizeof(CFImage));
loaded.remove(item);
marks.remove(item);
paths.removeAt(item);
}
/*Info*/