Skip to content

Commit f1de20e

Browse files
committed
fix: build error
1 parent d1d061a commit f1de20e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/MaaToolkit/Config/GlobalOptionConfig.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ bool GlobalOptionConfig::apply_option()
9898
&option_.show_hit_draw,
9999
sizeof(option_.show_hit_draw));
100100

101-
return true;
101+
LogTrace << VAR(ret);
102+
return ret;
102103
}
103104

104105
bool GlobalOptionConfig::save() const

0 commit comments

Comments
 (0)