Fix onAcquire dispatch for FramePools
This commit is contained in:
+1
-1
@@ -4915,7 +4915,7 @@ do
|
||||
if (newObject) then
|
||||
tinsert(self.inUse, newObject)
|
||||
if (self.onAcquire) then
|
||||
DF:QuickDispatch(self.onAcquire, object)
|
||||
DF:QuickDispatch(self.onAcquire, newObject)
|
||||
end
|
||||
return newObject, true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user