Skip to content

Commit

Permalink
fix: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-sakai committed Jun 27, 2024
1 parent 24e0e86 commit 669deb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Packages/src/Editor/UIParticleEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ public override void OnInspectorGUI()
}
#endif
Profiler.EndSample();
EditorApplication.delayCall += () => Profiler.enabled = false;
}

private static bool IsBuiltInObject(Object obj)
Expand Down

0 comments on commit 669deb4

Please sign in to comment.