Used swap in favor of move
This commit is contained in:
@@ -1270,7 +1270,7 @@ static bool exportGroupsToShape(shape_t *shape,
|
|||||||
|
|
||||||
|
|
||||||
if(!lineGroup.empty()){
|
if(!lineGroup.empty()){
|
||||||
shape->path.indices = std::move(lineGroup);
|
shape->path.indices.swap(lineGroup);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user