Skip to content

Commit

Permalink
Fixed draw order for duplicated object layers
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jul 21, 2013
1 parent 4510143 commit ceeeb10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libtiled/objectgroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ ObjectGroup *ObjectGroup::initializeClone(ObjectGroup *clone) const
foreach (const MapObject *object, mObjects)
clone->addObject(object->clone());
clone->setColor(mColor);
clone->setDrawOrder(mDrawOrder);
return clone;
}

Expand Down

0 comments on commit ceeeb10

Please sign in to comment.