mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
移除测试日志
This commit is contained in:
@@ -30,10 +30,6 @@ namespace TEngine
|
|||||||
AudioData ret = MemoryPool.Acquire<AudioData>();
|
AudioData ret = MemoryPool.Acquire<AudioData>();
|
||||||
ret.AssetOperationHandle = assetOperationHandle;
|
ret.AssetOperationHandle = assetOperationHandle;
|
||||||
ret.InPool = inPool;
|
ret.InPool = inPool;
|
||||||
if (!ret.InPool)
|
|
||||||
{
|
|
||||||
Log.Error("Is not In Pool");
|
|
||||||
}
|
|
||||||
ret.InitFromPool();
|
ret.InitFromPool();
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user