X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmodel%2Fshape.cpp;h=a5e728a398777d744935ee5a6c2f3e2863c12fff;hb=e4a1425dccd0ba9b106e415dd02809f4308a85ee;hp=4943e6377c3525d0c21b0144f7a3384f74dd8f76;hpb=7e782291e0ce39eb2d4e8c1df28f682c313e6f8d;p=blank.git diff --git a/src/model/shape.cpp b/src/model/shape.cpp index 4943e63..a5e728a 100644 --- a/src/model/shape.cpp +++ b/src/model/shape.cpp @@ -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); }