mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
Fixed SnD error introduced in 46152e92
This commit is contained in:
@ -196,7 +196,7 @@ end
|
|||||||
function SliceAndDice.prototype:ResetRotation()
|
function SliceAndDice.prototype:ResetRotation()
|
||||||
SliceAndDice.super.prototype.ResetRotation(self)
|
SliceAndDice.super.prototype.ResetRotation(self)
|
||||||
|
|
||||||
if self.durationFrame.anim then
|
if self.durationFrame and self.durationFrame.anim then
|
||||||
self.durationFrame.anim:Stop()
|
self.durationFrame.anim:Stop()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user