From 9ebc3e3f5cf4847239d04cf5b3b01d0b1855a039 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 7 May 2018 06:34:22 +0200 Subject: Continue text edit, add avatar (image, but not way to change avatar) --- include/Gif.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Gif.hpp') 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: -- cgit v1.2.3