diff options
Diffstat (limited to 'src/gui/widgets/window.cpp')
-rw-r--r-- | src/gui/widgets/window.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/window.cpp b/src/gui/widgets/window.cpp index 12e2f74dd..542b0141f 100644 --- a/src/gui/widgets/window.cpp +++ b/src/gui/widgets/window.cpp @@ -1229,6 +1229,8 @@ bool Window::getOptionBool(const std::string &name) const #ifdef USE_PROFILER void Window::logic() { + BLOCK_START("Window::logic") logicChildren(); + BLOCK_END("Window::logic") } #endif |