Minor adjustments to the profiling tools code

This commit is contained in:
Wojciech Figat
2022-12-07 15:27:40 +01:00
parent f426c75696
commit 3017010ef4
6 changed files with 13 additions and 7 deletions

View File

@@ -83,6 +83,14 @@ namespace FlaxEditor.Windows.Profiler
{
}
/// <inheritdoc />
public override void OnDestroy()
{
Clear();
base.OnDestroy();
}
/// <summary>
/// Initializes this instance.
/// </summary>