Skip to content

Commit 1d10cf9

Browse files
committed
fix: Typo on bool check for Tracy
1 parent c34a210 commit 1d10cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecsact/cli/commands/build.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ auto ecsact::cli::detail::build_command( //
304304
.work_dir = work_dir,
305305
.output_path = output_path,
306306
.debug = args["--debug"].asBool(),
307-
.tracy = args["--debug"].asBool(),
307+
.tracy = args["--tracy"].asBool(),
308308
.additional_plugin_dirs = additional_plugin_dirs,
309309
};
310310
auto runtime_output_path =

0 commit comments

Comments
 (0)