Tweak editor visual profiler frame time label for consistency
This is consistent with the general profiler's frame time label.
This commit is contained in:
parent
d0c3094da8
commit
47c23da448
@ -724,7 +724,7 @@ EditorVisualProfiler::EditorVisualProfiler() {
|
|||||||
hb->add_child(memnew(Label(TTR("Measure:"))));
|
hb->add_child(memnew(Label(TTR("Measure:"))));
|
||||||
|
|
||||||
display_mode = memnew(OptionButton);
|
display_mode = memnew(OptionButton);
|
||||||
display_mode->add_item(TTR("Frame Time (msec)"));
|
display_mode->add_item(TTR("Frame Time (ms)"));
|
||||||
display_mode->add_item(TTR("Frame %"));
|
display_mode->add_item(TTR("Frame %"));
|
||||||
display_mode->connect("item_selected", callable_mp(this, &EditorVisualProfiler::_combo_changed));
|
display_mode->connect("item_selected", callable_mp(this, &EditorVisualProfiler::_combo_changed));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user