Skip to content

Commit 9590bb2

Browse files
whiteblXKwhiteblXK
authored andcommitted
1 parent c5182a3 commit 9590bb2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/ObjectBuilderWorker.as

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,10 +1781,7 @@ package
17811781

17821782
if (thing.category == ThingCategory.OUTFIT) {
17831783
layers = 1;
1784-
if(thing.getFrameGroup(FrameGroupType.WALKING))
1785-
x = 2;
1786-
else
1787-
x = frameGroup.frames > 1 ? 2 : 0;
1784+
x = frameGroup.patternX > 1 ? 2 : 0;
17881785
}
17891786

17901787
for (var l:uint = 0; l < layers; l++) {

0 commit comments

Comments
 (0)