Skip to content
Snippets Groups Projects
Verified Commit 5b51713a authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Fix issue with material default texture filling

parent b32a886d
No related branches found
No related tags found
1 merge request!112Resolve "Raytracing module improvements"
......@@ -91,7 +91,7 @@ namespace vkcv::material {
vec[i] = data[i % 4];
}
image.fill(data);
image.fill(vec.data());
}
Material Material::createPBR(Core &core,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment