Update ProfilerUtility.cs

This commit is contained in:
max 2023-07-29 16:08:47 +02:00
parent 73ac3485aa
commit 8d567c8cda

View File

@ -5,7 +5,7 @@ namespace VertexColor.ScenePartition
{ {
public static class ProfilerUtility public static class ProfilerUtility
{ {
public class ProfilerScope : System.IDisposable public struct ProfilerScope : System.IDisposable
{ {
public ProfilerScope(string name) public ProfilerScope(string name)
{ {