]> git.localhorst.tv Git - blank.git/blobdiff - src/world/Entity.hpp
textures
[blank.git] / src / world / Entity.hpp
index 078daa6fe0eb4e5a80236b1b696e757f88fa92c7..f60bf4cc6e01c2537a8c3c0927292e867a743e79 100644 (file)
@@ -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; }