Fix profiling hotkeys not working while profiler window is closed

This commit is contained in:
2023-12-31 13:10:20 +02:00
parent b275ffc146
commit 4b6ada7289
2 changed files with 12 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ namespace FlaxEditor.Windows.Profiler
if (value != LiveRecording)
{
_liveRecordingButton.Checked = value;
OnLiveRecordingChanged();
}
}
}