mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-24 17:50:15 +00:00
code style
This commit is contained in:
@@ -100,6 +100,7 @@ namespace YooAsset
|
|||||||
|
|
||||||
if (_steps == ESteps.CreateDownloadCenter)
|
if (_steps == ESteps.CreateDownloadCenter)
|
||||||
{
|
{
|
||||||
|
// 注意:下载中心作为独立任务运行!
|
||||||
if (_fileSystem.DownloadCenter == null)
|
if (_fileSystem.DownloadCenter == null)
|
||||||
{
|
{
|
||||||
_fileSystem.DownloadCenter = new DownloadCenterOperation(_fileSystem);
|
_fileSystem.DownloadCenter = new DownloadCenterOperation(_fileSystem);
|
||||||
|
|||||||
Reference in New Issue
Block a user