X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fdevices%2Fswf.c;h=1ca808b9289f6bf0da8820450f14a862894297e7;hp=0c67c970393d7b006d6a1bff081305ad8cf1f155;hb=330211ec4f43c425e65583af4bd12b4679aeeef1;hpb=c93d52568f86b5639d40e34e384e8115e0037b75 diff --git a/lib/devices/swf.c b/lib/devices/swf.c index 0c67c97..1ca808b 100644 --- a/lib/devices/swf.c +++ b/lib/devices/swf.c @@ -1005,6 +1005,8 @@ void cancelshape(gfxdevice_t*dev) if(i->shape) {swf_ShapeFree(i->shape);i->shape=0;} i->shapeid = -1; i->bboxrectpos = -1; + + i->currentswfid--; } void fixAreas(gfxdevice_t*dev)