mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
[cpp] 4.3 porting WIP
This commit is contained in:
parent
f509cd160b
commit
5b90c94926
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user