added missing line

This commit is contained in:
devZoGok
2023-01-03 16:05:15 +02:00
parent 08900d8c89
commit a6db8e1492
+2
View File
@@ -55,6 +55,8 @@ namespace vb01{
for(Node *node : descendants)
for(Mesh *mesh : node->getMeshes())
mesh->setMaterial(mat);
this->material = mat;
}
void Model::setCastShadow(bool castShadow){