X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmodel%2FShape.hpp;h=9170475b2f6dfc5cd670bec8327368a2a521c1f2;hb=170c0ff60b9679c954a9e74d5300c9929899b2bd;hp=2f79f82b941459592cb0affbb44734191055f2e9;hpb=ba55bf4293f3abc742eef710545a4b207ba2c820;p=blank.git diff --git a/src/model/Shape.hpp b/src/model/Shape.hpp index 2f79f82..9170475 100644 --- a/src/model/Shape.hpp +++ b/src/model/Shape.hpp @@ -70,7 +70,7 @@ public: size_t OutlineCount() const noexcept; size_t OutlineIndexCount() const noexcept; - void Outline(OutlineMesh::Buffer &out) const; + void Outline(PrimitiveMesh::Buffer &out) const; bool Intersects( const Ray &,