generated from max/template-unity-project
Update ProfilerUtility.cs
This commit is contained in:
parent
8d567c8cda
commit
fbd5a342fb
@ -17,7 +17,7 @@ public ProfilerScope(string name, Object target)
|
|||||||
Profiler.BeginSample(name, target);
|
Profiler.BeginSample(name, target);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public readonly void Dispose()
|
||||||
{
|
{
|
||||||
Profiler.EndSample();
|
Profiler.EndSample();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user