X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FPlainColor.hpp;fp=src%2Fgraphics%2FPlainColor.hpp;h=534218b3be456024961644568371fbb18d6ed6c6;hb=f7fdde845eb7bb84ca83ae8cf7361abce8b2086e;hp=660ca9313e867292a7191ab76904a7bbb66b05c1;hpb=56f570e713c42d30109a214e68a2beed96ba1999;p=blobs.git diff --git a/src/graphics/PlainColor.hpp b/src/graphics/PlainColor.hpp index 660ca93..534218b 100644 --- a/src/graphics/PlainColor.hpp +++ b/src/graphics/PlainColor.hpp @@ -30,7 +30,7 @@ public: void SetM(const glm::mat4 &m) noexcept; void SetVP(const glm::mat4 &v, const glm::mat4 &p) noexcept; void SetMVP(const glm::mat4 &m, const glm::mat4 &v, const glm::mat4 &p) noexcept; - void SetColor(const glm::vec3 &color) noexcept; + void SetColor(const glm::vec4 &color) noexcept; const glm::mat4 &M() const noexcept { return m; } const glm::mat4 &V() const noexcept { return v; }