From 669deb41d4ac589d9db93b29bc8e95383e7f28a5 Mon Sep 17 00:00:00 2001 From: mob-sakai <12690315+mob-sakai@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:26:00 +0900 Subject: [PATCH] fix: remove debug code --- Packages/src/Editor/UIParticleEditor.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Packages/src/Editor/UIParticleEditor.cs b/Packages/src/Editor/UIParticleEditor.cs index e26db43..c8a8d3d 100644 --- a/Packages/src/Editor/UIParticleEditor.cs +++ b/Packages/src/Editor/UIParticleEditor.cs @@ -317,7 +317,6 @@ public override void OnInspectorGUI() } #endif Profiler.EndSample(); - EditorApplication.delayCall += () => Profiler.enabled = false; } private static bool IsBuiltInObject(Object obj)