Update TProfiler.cs

This commit is contained in:
ALEXTANG
2023-04-11 19:58:43 +08:00
parent 6e0785623d
commit a1f1af1b86

View File

@@ -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;