去掉log

onepiece_demo_arena
xiejun 2023-08-16 15:49:41 +08:00
parent 46f5d0e897
commit 9b10e84e8c
1 changed files with 0 additions and 1 deletions

View File

@ -281,7 +281,6 @@ end
function PoolManager:LoadLive(liveName, parent, scaleV3, posV3, onClear)
local testLive = self:LoadAsset(liveName, PoolManager.AssetType.GameObject)
LogError(testLive.name)
if testLive then
testLive.transform:SetParent(parent)
testLive.transform.localScale = scaleV3