A lot of fixes

This commit is contained in:
Jérôme Leclercq
2021-05-28 22:58:40 +02:00
parent ff505e9019
commit c2b61b6732
6 changed files with 21 additions and 11 deletions

View File

@@ -115,6 +115,9 @@ namespace Nz
continue; //< Ignore
}
if (!remainingStages.Test(stageType))
continue;
m_stages.push_back({
stageType,
std::move(entryPoint.name)