summaryrefslogtreecommitdiff
path: root/src/blucat/sprite.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/blucat/sprite.hpp')
-rw-r--r--src/blucat/sprite.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blucat/sprite.hpp b/src/blucat/sprite.hpp
index 68b6420..303beca 100644
--- a/src/blucat/sprite.hpp
+++ b/src/blucat/sprite.hpp
@@ -41,7 +41,7 @@ struct Sprite
std::shared_ptr<Texture> texture;
- Sprite(std::shared_ptr<Texture> texture, glm::vec4 &rect);
+ Sprite(std::shared_ptr<Texture> texture, const glm::vec4 &rect);
~Sprite();
};