Skip to content

Commit

Permalink
feat: 允许Pipeline中部分数组为空
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed May 10, 2024
1 parent 91f8fdb commit 1b036b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaaFramework/Resource/PipelineResMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ bool get_and_check_value_or_array(
return false;
}

return !output.empty();
return true;
}

bool PipelineResMgr::parse_task(
Expand Down

0 comments on commit 1b036b4

Please sign in to comment.