"tools/python/vscode:/vscode.git/clone" did not exist on "f84194f643f3fcfccb0f745cfc26f3e5eb2f11de"
Commit 7b9e4bf0 authored by Davis King's avatar Davis King
Browse files

Fixed a bug in the IDL converter.

parent 04eaae25
......@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment