Another fix for network profiler to properly handle stats updating when recording is disabled

#2815
This commit is contained in:
Wojtek Figat
2024-10-14 12:12:06 +02:00
parent 443fe5dbcb
commit 4ddf1a2cc8
3 changed files with 41 additions and 20 deletions

View File

@@ -120,6 +120,13 @@ namespace FlaxEditor.Windows.Profiler
{
}
/// <summary>
/// Tick called before updating any modes display. Can be used to update per-frame statistics data.
/// </summary>
public virtual void UpdateStats()
{
}
/// <summary>
/// Updates the mode view. Called after init and on selected frame changed.
/// </summary>