aboutsummaryrefslogtreecommitdiff
path: root/include/Gif.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Gif.hpp')
-rw-r--r--include/Gif.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Gif.hpp b/include/Gif.hpp
index 84299e9..8f5d4e7 100644
--- a/include/Gif.hpp
+++ b/include/Gif.hpp
@@ -32,7 +32,7 @@ namespace dchat
void setPosition(const sf::Vector2f &position);
void setScale(const sf::Vector2f &scale);
- void draw(sf::RenderTarget &target);
+ void draw(sf::RenderTarget &target, const sf::RenderStates &renderStates = sf::RenderStates::Default);
static bool isDataGif(const StringView &data);
private: