Fixed SnD error introduced in 46152e92

This commit is contained in:
Parnic
2016-07-24 19:01:54 -05:00
parent ca544384b8
commit 2d4d32fa1f

View File

@ -196,7 +196,7 @@ end
function SliceAndDice.prototype:ResetRotation()
SliceAndDice.super.prototype.ResetRotation(self)
if self.durationFrame.anim then
if self.durationFrame and self.durationFrame.anim then
self.durationFrame.anim:Stop()
end
end