From a1f1af1b862442e572c201fa6dcd604249356def Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Tue, 11 Apr 2023 19:58:43 +0800 Subject: [PATCH] Update TProfiler.cs --- Assets/TEngine/Runtime/GameFramework/ProFiler/TProfiler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/TEngine/Runtime/GameFramework/ProFiler/TProfiler.cs b/Assets/TEngine/Runtime/GameFramework/ProFiler/TProfiler.cs index 4862159f..72a30bf8 100644 --- a/Assets/TEngine/Runtime/GameFramework/ProFiler/TProfiler.cs +++ b/Assets/TEngine/Runtime/GameFramework/ProFiler/TProfiler.cs @@ -3,7 +3,7 @@ using UnityEngine.Profiling; namespace TEngine { - class TProfiler + public class TProfiler { private static int m_profileLevel = -1; private static int m_currLevel = 0;