Skip to content

Commit

Permalink
Update profiler curves on item toggled, closes #5680
Browse files Browse the repository at this point in the history
  • Loading branch information
reduz committed Jul 21, 2016
1 parent 2a0dff9 commit 925e5e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/editor/editor_profiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ void EditorProfiler::_item_edited() {
frame_delay->set_wait_time(0.1);
frame_delay->start();
}

_update_plot();
}

void EditorProfiler::_update_plot() {
Expand Down

0 comments on commit 925e5e9

Please sign in to comment.