From 9af609db407d4486ecdb224dfea96bea47a3ad0e Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Tue, 4 Aug 2020 12:12:21 +0200
Subject: [PATCH] Fixed a small memory leak when visual hotkey feedback is
 enabled

---
 game/modules/tome/data/gfx/particles/hotkey_feedback.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/modules/tome/data/gfx/particles/hotkey_feedback.lua b/game/modules/tome/data/gfx/particles/hotkey_feedback.lua
index c6d1cd2120..c420c376d5 100644
--- a/game/modules/tome/data/gfx/particles/hotkey_feedback.lua
+++ b/game/modules/tome/data/gfx/particles/hotkey_feedback.lua
@@ -71,4 +71,4 @@ function(self)
 	if nb <= 10 then self.ps:emit(4) end
 	nb = nb + 1
 end,
-40, nil, true
+40
-- 
GitLab