This commit is contained in:
Bunny67
2020-07-01 17:42:02 +03:00
parent 1c51f477ce
commit e13b36973d
9 changed files with 13 additions and 18 deletions
+1 -1
View File
@@ -313,7 +313,7 @@ function FixedSizeFramePoolCollectionMixin:CreatePool(frameType, parent, templat
return pool;
end
function FixedSizeFramePoolCollectionMixin:Acquire(template)
function FixedSizeFramePoolCollectionMixin:Acquire(template)
local pool = self:GetPool(template);
assert(pool);