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: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
parent
ca825e8047
commit
fcb6e8865e
@ -45,8 +45,8 @@ struct MeshGroup {
|
||||
material = other.material;
|
||||
quality = other.quality;
|
||||
vertexPerFace = other.vertexPerFace;
|
||||
vertices = other.vertices;
|
||||
faces = other.faces;
|
||||
vertices = std::move(other.vertices);
|
||||
faces = std::move(other.faces);
|
||||
other.texture = nullptr;
|
||||
other.material = nullptr;
|
||||
return *this;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user