Skip to content

Commit

Permalink
fix bad class reference (forgotten in c57b9f1) which broke rect clip …
Browse files Browse the repository at this point in the history
…-> vect clip conversion
  • Loading branch information
line0 committed May 5, 2015
1 parent b8f3276 commit 91ac772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l0/ASSFoundation/Tag/ClipRect.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ return function(ASS, ASSFInst, yutilsMissingMsg, createASSClass, re, util, unico
end

function ClipRect:getVect()
local vect = ASSFInst:createTag(ASS.tagNames[ASS.ClipVect][self.__tag.inverse and 2 or 1])
local vect = ASSFInst:createTag(ASS.tagNames[ASS.Tag.ClipVect][self.__tag.inverse and 2 or 1])
return vect:drawRect(self.topLeft, self.bottomRight)
end

Expand Down

0 comments on commit 91ac772

Please sign in to comment.