Skip to content

Commit 37c16fd

Browse files
committed
Fix "nocoinblockanimation"
1 parent 925f440 commit 37c16fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

itemanimation.lua

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ function itemanimation:update(dt)
2727
self.timer = self.timer + dt
2828
if self.timer >= mushroomtime then
2929
self:spawn()
30+
end
31+
if self.instantdelete then
3032
return true
3133
end
3234
end

0 commit comments

Comments
 (0)