mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Update miniwin/miniwin/src/include/miniwin_d3drmmesh_p.h
Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
parent
fcb6e8865e
commit
d7f6e0edb4
@ -18,7 +18,7 @@ struct MeshGroup {
|
||||
|
||||
MeshGroup(const MeshGroup& other)
|
||||
: color(other.color), texture(other.texture), material(other.material), quality(other.quality),
|
||||
vertexPerFace(other.vertexPerFace), vertices(other.vertices), faces(other.faces)
|
||||
vertexPerFace(other.vertexPerFace), vertices(std::move(other.vertices)), faces(std::move(other.faces))
|
||||
{
|
||||
if (texture) {
|
||||
texture->AddRef();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user