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/Cache.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Cache.hpp') diff --git a/include/Cache.hpp b/include/Cache.hpp index 89abe2c..59d997a 100644 --- a/include/Cache.hpp +++ b/include/Cache.hpp @@ -24,7 +24,7 @@ namespace dchat }; // @texture is null if @type is DOWNLOADING or FAILED_DOWNLOAD - const sf::Texture *texture; + sf::Texture *texture; Type type; }; -- cgit v1.2.3