Skip to content

Commit 8dca7f9

Browse files
authored
Fixed item quantity bug in shirts.xml.json (#179)
* fixed bug in shirts.xml.json * resolved bug in shirts.xml as well
1 parent 2418046 commit 8dca7f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/irregular/oliveira2000/shirts_2007-05-15/shirts.xml.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@
482482
},
483483
{
484484
"type": "general",
485-
"copies": 1,
485+
"copies": 15,
486486
"allowed_rotations": [
487487
{
488488
"start": 0.0,

data/irregular_raw/oliveira2000/shirts_2007-05-15/shirts.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</orientation>
4242
<component idPolygon="polygon4" type="0" xOffset="0" yOffset="0" />
4343
</piece>
44-
<piece id="piece4" quantity="1">
44+
<piece id="piece4" quantity="15">
4545
<orientation>
4646
<enumeration angle="0" />
4747
<enumeration angle="180" />

0 commit comments

Comments
 (0)