Update asset system

pull/4/head
hevinci 2022-03-03 18:07:42 +08:00
parent 8521bbaaf7
commit d6cd836e86
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace YooAsset
/// <summary>
/// 轮询更新
/// </summary>
public static void UpdatePoll()
public static void Update()
{
// 更新加载器
foreach (var loader in _loaders)