Skip to content
Snippets Groups Projects
Verified Commit 544ae45d authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#96] Fixed stupid fault causing a compiler error

parent ef9dd3a7
No related branches found
No related tags found
1 merge request!97Resolve "Dokumentation vervollständigen"
Pipeline #27274 passed
...@@ -94,7 +94,7 @@ namespace vkcv::scene { ...@@ -94,7 +94,7 @@ namespace vkcv::scene {
m_scene.increaseMaterialUsage(m_materialIndex); m_scene.increaseMaterialUsage(m_materialIndex);
} }
MeshPart::MeshPart(MeshPart &&other) : MeshPart::MeshPart(MeshPart &&other) noexcept :
m_scene(other.m_scene), m_scene(other.m_scene),
m_vertices(other.m_vertices), m_vertices(other.m_vertices),
m_vertexBindings(other.m_vertexBindings), m_vertexBindings(other.m_vertexBindings),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment