From 8d567c8cda210b7e50286f88779618f5323cc279 Mon Sep 17 00:00:00 2001 From: max Date: Sat, 29 Jul 2023 16:08:47 +0200 Subject: [PATCH] Update ProfilerUtility.cs --- Runtime/ProfilerUtility.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/ProfilerUtility.cs b/Runtime/ProfilerUtility.cs index b2d70bf..6c7459e 100644 --- a/Runtime/ProfilerUtility.cs +++ b/Runtime/ProfilerUtility.cs @@ -5,7 +5,7 @@ namespace VertexColor.ScenePartition { public static class ProfilerUtility { - public class ProfilerScope : System.IDisposable + public struct ProfilerScope : System.IDisposable { public ProfilerScope(string name) {