From 3638df524f0b061e867a744d0939be520a886a46 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 --- Editor/UIParticleEditor.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Editor/UIParticleEditor.cs b/Editor/UIParticleEditor.cs index e26db43..c8a8d3d 100644 --- a/Editor/UIParticleEditor.cs +++ b/Editor/UIParticleEditor.cs @@ -317,7 +317,6 @@ namespace Coffee.UIExtensions } #endif Profiler.EndSample(); - EditorApplication.delayCall += () => Profiler.enabled = false; } private static bool IsBuiltInObject(Object obj)