Mercurial > wow > reaction
diff VehicleExitButton.lua @ 249:46b59a9ded76
Fix some errors related to re-using action IDs
author | Flick |
---|---|
date | Mon, 28 Mar 2011 14:52:35 -0700 |
parents | 65f2805957a0 |
children | c918ff9ac787 |
line wrap: on
line diff
--- a/VehicleExitButton.lua Mon Mar 28 10:43:36 2011 -0700 +++ b/VehicleExitButton.lua Mon Mar 28 14:52:35 2011 -0700 @@ -70,6 +70,14 @@ return 1 end +function VExitButton:AcquireActionID() + -- don't use pool +end + +function VExitButton:ReleaseActionID() + -- don't use pool +end + function VExitButton:Refresh() Super.Refresh(self) -- it seems that setscale kills the texcoord, have to refresh it