X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FEntity.hpp;h=f60bf4cc6e01c2537a8c3c0927292e867a743e79;hb=39df551265bff648c1ac166043bb4b046122cc8d;hp=078daa6fe0eb4e5a80236b1b696e757f88fa92c7;hpb=fc6d2184fab32a2af4ccb1a41c2af4283cba47a9;p=blank.git diff --git a/src/world/Entity.hpp b/src/world/Entity.hpp index 078daa6..f60bf4c 100644 --- a/src/world/Entity.hpp +++ b/src/world/Entity.hpp @@ -22,7 +22,7 @@ public: bool HasShape() const noexcept { return shape; } const Shape *GetShape() const noexcept { return shape; } - void SetShape(const Shape *, const glm::vec3 &color); + void SetShape(const Shape *, const glm::vec3 &color, float texture); void SetShapeless() noexcept; const std::string &Name() const noexcept { return name; }