This commit is contained in:
parent
ffbec94c08
commit
0f1ca7f636
1 changed files with 2 additions and 0 deletions
|
|
@ -177,6 +177,8 @@ namespace Crafter {
|
|||
fs::create_directories(buildDir);
|
||||
}
|
||||
|
||||
std::cout << "8" << std::endl;
|
||||
|
||||
std::vector<std::thread> threads;
|
||||
for(const Shader& shader : config.shaders) {
|
||||
if(!shader.Check(outputDir)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue