From 424b02609fa34175a4e2aadb95e68b3c9c8dc93c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 21 Apr 2018 04:17:24 +0200 Subject: Fix emoji async download drawing --- include/ResourceCache.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ResourceCache.hpp') diff --git a/include/ResourceCache.hpp b/include/ResourceCache.hpp index 256e5a4..7361862 100644 --- a/include/ResourceCache.hpp +++ b/include/ResourceCache.hpp @@ -20,6 +20,6 @@ namespace dchat static const sf::Font& getFont(const std::string &filepath); // Throws FailedToLoadResourceException on failure - static const sf::Texture* getTexture(const std::string &filepath); + static sf::Texture* getTexture(const std::string &filepath); }; } -- cgit v1.2.3