You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Tweak draw command label names for consistency
- Use Title Case for all labels, and add hyphens where relevant. - Mention Roughness in SSR Filter's label name, as it's only enabled when the SSR roughness quality is not set to Disabled.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user