diff --git a/Source/Editor/Windows/Profiler/ProfilerWindow.cs b/Source/Editor/Windows/Profiler/ProfilerWindow.cs index f746e2a6e..0b4ac39b4 100644 --- a/Source/Editor/Windows/Profiler/ProfilerWindow.cs +++ b/Source/Editor/Windows/Profiler/ProfilerWindow.cs @@ -92,7 +92,7 @@ namespace FlaxEditor.Windows.Profiler Parent = this, }; _liveRecordingButton = toolstrip.AddButton(editor.Icons.Play64); - _liveRecordingButton.LinkTooltip("Live profiling events recording"); + //_liveRecordingButton.LinkTooltip("Live profiling events recording"); _liveRecordingButton.AutoCheck = true; _liveRecordingButton.Clicked += OnLiveRecordingChanged; _clearButton = toolstrip.AddButton(editor.Icons.Rotate32, Clear);