Another fix for network profiler to properly handle stats updating when recording is disabled
#2815
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user