You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Merge pull request #58735 from Calinou/editor-visual-profiler-tweak-frame-time-label
Tweak editor visual profiler frame time label for consistency
This commit is contained in:
@@ -727,7 +727,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));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user