X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmodel%2FShape.hpp;h=9170475b2f6dfc5cd670bec8327368a2a521c1f2;hb=75172fd735e34082c34b47ae7c194445b53038d9;hp=2f79f82b941459592cb0affbb44734191055f2e9;hpb=57d3e33b47c92d56de4007e23800d9bcdb353463;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 &,