From 92e91b7d6b49cc29f1433c945b67e94b4cb3f4ab Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Fri, 26 Aug 2022 21:18:02 +0200 Subject: [PATCH] Update Animation.lua --- Basalt/objects/Animation.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Basalt/objects/Animation.lua b/Basalt/objects/Animation.lua index a6b9cdf..fc7dabb 100644 --- a/Basalt/objects/Animation.lua +++ b/Basalt/objects/Animation.lua @@ -428,7 +428,7 @@ return function(name) if (animations[index].t > 0) then timerObj = os.startTimer(animations[index].t) else - onPlay() + onPlay(self) end else self:animationDoneHandler()