From dd1cd8c9647e5e16ae531c6da01ff9d261fdbe2a Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 27 May 2022 18:50:14 +0200 Subject: Icons are now resolved using groups --- Icons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Icons.h') diff --git a/Icons.h b/Icons.h index 3acc8cf..a6d4b89 100644 --- a/Icons.h +++ b/Icons.h @@ -12,7 +12,7 @@ public: Icons(); ~Icons(); void reset(); - Texture2D find(long int type); + Texture2D find(long int group); private: std::unordered_map m_cache; }; -- cgit v1.1