Use higher resolution emotes and remove old emote cache

This commit is contained in:
Infi
2024-05-15 21:10:07 +02:00
parent ef775b5a91
commit 3d9f5a2764
2 changed files with 42 additions and 20 deletions
+2
View File
@@ -164,6 +164,8 @@ public sealed class Plugin : IDalamudPlugin
TextureCache?.Dispose();
Common?.Dispose();
Commands?.Dispose();
EmoteCache.Dispose();
}
private void Draw()