diff options
| author | Juan Linietsky | 2016-07-21 18:01:57 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-07-21 18:02:43 -0300 |
| commit | 925e5e9f2aa7a57da5a939918e7334db1f1bb6e0 (patch) | |
| tree | caf26b595b90d323f3f9cfc2065d53be9307be6c | |
| parent | 2a0dff9ae3a81dd056535cf6a142e13bd2ffbe7c (diff) | |
| download | godot-925e5e9f2aa7a57da5a939918e7334db1f1bb6e0.tar.gz godot-925e5e9f2aa7a57da5a939918e7334db1f1bb6e0.tar.zst godot-925e5e9f2aa7a57da5a939918e7334db1f1bb6e0.zip | |
Update profiler curves on item toggled, closes #5680
| -rw-r--r-- | tools/editor/editor_profiler.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/editor_profiler.cpp b/tools/editor/editor_profiler.cpp index c9ee60cd5..13327f0be 100644 --- a/tools/editor/editor_profiler.cpp +++ b/tools/editor/editor_profiler.cpp @@ -135,6 +135,8 @@ void EditorProfiler::_item_edited() { frame_delay->set_wait_time(0.1); frame_delay->start(); } + + _update_plot(); } void EditorProfiler::_update_plot() { |
