Fix missing parentheses
This commit is contained in:
		| @@ -121,7 +121,7 @@ function CamCtl:SetNewClip(x, y, w, h) | ||||
| end | ||||
|  | ||||
| function CamCtl:PushNewClip(x, y, w, h) | ||||
|  table.insert(self.ClipStack, {self.XAbsClip, self.YAbsClip, self.W, self.H} | ||||
|  table.insert(self.ClipStack, {self.XAbsClip, self.YAbsClip, self.W, self.H}) | ||||
|  self:SetNewClip(x, y, w, h) | ||||
| end | ||||
|  | ||||
| @@ -144,7 +144,7 @@ function CamCtl:SetReClip(x,y,w,h) | ||||
| end | ||||
|  | ||||
| function CamCtl:PushReClip(x,y,w,h) | ||||
|  table.insert(self.ClipStack, {self.XAbsClip, self.YAbsClip, self.W, self.H} | ||||
|  table.insert(self.ClipStack, {self.XAbsClip, self.YAbsClip, self.W, self.H}) | ||||
|  self.SetReClip(x,y,w,h) | ||||
| end | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user