cleanup old actor

Sammy James [03-26-14 - 05:47]
cleanup old actor
Filename
helpers/PSBT_AnimationPool.lua
diff --git a/helpers/PSBT_AnimationPool.lua b/helpers/PSBT_AnimationPool.lua
index 27860ab..31e4176 100644
--- a/helpers/PSBT_AnimationPool.lua
+++ b/helpers/PSBT_AnimationPool.lua
@@ -3,7 +3,7 @@ local LibAnim = LibStub( 'LibAnimation-1.0' )

 PSBT_AnimationPool = ZO_ObjectPool:Subclass()

-function PSBT_AnimationPool:New( create, reset )
+function PSBT_AnimationPool:New()
     return ZO_ObjectPool.New( self, self.Create, function( ... ) self:Reset( ... ) end )
 end