Update AssetSystem

pull/51/head
hevinci 2022-10-24 19:09:16 +08:00
parent c758bf6530
commit 0ecb37419b
1 changed files with 0 additions and 2 deletions

View File

@ -243,11 +243,9 @@ namespace YooAsset
/// </summary>
public long LoadingTime { protected set; get; }
#if DEBUG
// 加载耗时统计
private bool _isRecording = false;
private Stopwatch _watch;
#endif
[Conditional("DEBUG")]
public void InitSpawnDebugInfo()