mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 15:04:49 +00:00
added 'log_scope' metric around rendering a help topic
This commit is contained in:
parent
fabe6f6e1e
commit
3e204656a8
@ -2335,6 +2335,7 @@ void help_browser::show_topic(const std::string &topic_id)
|
||||
|
||||
void help_browser::show_topic(const topic &t, bool save_in_history)
|
||||
{
|
||||
log_scope("show_topic");
|
||||
if (save_in_history) {
|
||||
forward_topics_.clear();
|
||||
if (shown_topic_ != NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user