Skip to content
Snippets Groups Projects

Resolve "Dokumentation vervollständigen"

Merged Tobias Frisch requested to merge 96-dokumentation-vervollstandigen into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -94,7 +94,7 @@ namespace vkcv::scene {
m_scene.increaseMaterialUsage(m_materialIndex);
}
MeshPart::MeshPart(MeshPart &&other) :
MeshPart::MeshPart(MeshPart &&other) noexcept :
m_scene(other.m_scene),
m_vertices(other.m_vertices),
m_vertexBindings(other.m_vertexBindings),
Loading