Tweak memory command tip
This commit is contained in:
@@ -71,7 +71,7 @@ namespace FlaxEditor.Windows.Profiler
|
||||
{
|
||||
_warningText = new Label
|
||||
{
|
||||
Text = "Detailed memory profiling is disabled. Run with command line: -mem",
|
||||
Text = "Detailed memory profiling is disabled. Run with command line '-mem'",
|
||||
TextColor = Color.Red,
|
||||
Visible = false,
|
||||
Parent = layout,
|
||||
|
||||
@@ -160,7 +160,7 @@ namespace
|
||||
|
||||
// Warn that data might be missing due to inactive profiler
|
||||
if (!ProfilerMemory::Enabled)
|
||||
output.AppendLine(TEXT("Detailed memory profiling is disabled. Run with command line: -mem"));
|
||||
output.AppendLine(TEXT("Detailed memory profiling is disabled. Run with command line '-mem'"));
|
||||
}
|
||||
|
||||
#ifdef USE_TRACY_MEMORY_PLOTS
|
||||
|
||||
Reference in New Issue
Block a user