diff options
| author | Poommetee Ketson | 2017-10-21 21:28:08 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-10-21 21:28:08 +0700 |
| commit | 9b634180aa9eefe079ecbf0ae1a1227d9555ba02 (patch) | |
| tree | 08b15cd1d783f5734ddb24fb30b01e9084eb3dd3 /editor/editor_profiler.cpp | |
| parent | b302084395a6d7f3cc8e4102751ced29779f2ea2 (diff) | |
| download | godot-9b634180aa9eefe079ecbf0ae1a1227d9555ba02.tar.gz godot-9b634180aa9eefe079ecbf0ae1a1227d9555ba02.tar.zst godot-9b634180aa9eefe079ecbf0ae1a1227d9555ba02.zip | |
Diffstat (limited to 'editor/editor_profiler.cpp')
| -rw-r--r-- | editor/editor_profiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_profiler.cpp b/editor/editor_profiler.cpp index 968d8b831..faf49ffd4 100644 --- a/editor/editor_profiler.cpp +++ b/editor/editor_profiler.cpp @@ -634,7 +634,7 @@ EditorProfiler::EditorProfiler() { display_mode->add_item(TTR("Frame Time (sec)")); display_mode->add_item(TTR("Average Time (sec)")); display_mode->add_item(TTR("Frame %")); - display_mode->add_item(TTR("Fixed Frame %")); + display_mode->add_item(TTR("Physics Frame %")); display_mode->connect("item_selected", this, "_combo_changed"); hb->add_child(display_mode); |
