Skip to content

Commit ed7be47

Browse files
authored
fix: 修复 pipeline enabled 逻辑错误
1 parent e24d9d0 commit ed7be47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/MaaFramework/Task/PipelineTask.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ RecoResult PipelineTask::recognize_list(const cv::Mat& image, const std::vector<
284284

285285
if (!pipeline_data.enabled) {
286286
LogDebug << "node disabled" << pipeline_data.name << VAR(pipeline_data.enabled);
287-
return { };
287+
continue;
288288
}
289289

290290
if (!context_->check_hit_count(pipeline_data)) {

0 commit comments

Comments
 (0)