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()