Fixed a bug in the IDL converter.

This commit is contained in:
Davis King 2011-07-08 17:29:45 -04:00
parent 04eaae25e0
commit 7b9e4bf058
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ namespace
b.rect = rectangle(p1,p2);
b.label = label;
img.boxes.push_back(b);
saw_any_points = false;
}
data.images.push_back(img);