Merge pull request #110505 from Calinou/tweak-draw-command-labels

Tweak draw command label names for consistency
This commit is contained in:
Thaddeus Crews 2025-09-30 20:10:37 -05:00
commit 2b7f39ea28
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
10 changed files with 26 additions and 26 deletions

View file

@ -1140,7 +1140,7 @@ void RenderingDeviceGraph::_run_label_command_change(RDD::CommandBufferID p_comm
label_name.append_utf8(label_chars);
label_color = command_label_colors[p_new_label_index];
} else if (p_use_label_for_empty) {
label_name = "Command graph";
label_name = "Command Graph";
label_color = Color(1, 1, 1, 1);
} else {
return;