]> git.localhorst.tv Git - blank.git/blobdiff - src/model/shape.cpp
renamed OutlineMesh -> PrimitiveMesh
[blank.git] / src / model / shape.cpp
index 4943e6377c3525d0c21b0144f7a3384f74dd8f76..a5e728a398777d744935ee5a6c2f3e2863c12fff 100644 (file)
@@ -187,7 +187,7 @@ size_t Shape::OutlineIndexCount() const noexcept {
        }
 }
 
-void Shape::Outline(OutlineMesh::Buffer &out) const {
+void Shape::Outline(PrimitiveMesh::Buffer &out) const {
        if (bounds) {
                bounds->Outline(out);
        }