[cpp] 4.3 porting WIP

This commit is contained in:
Mario Zechner 2025-07-04 19:32:43 +02:00
parent f509cd160b
commit 5b90c94926

View File

@ -218,7 +218,7 @@ Attachment *MeshAttachment::copy() {
copy->_hullLength = _hullLength;
// Nonessential.
copy->_edges.clearAndAddAll(copy->_edges);
copy->_edges.clearAndAddAll(_edges);
copy->_width = _width;
copy->_height = _height;
return copy;