diff --git a/base/VulkanglTFModel.cpp b/base/VulkanglTFModel.cpp index 996b7c28..93f18d4d 100644 --- a/base/VulkanglTFModel.cpp +++ b/base/VulkanglTFModel.cpp @@ -1437,7 +1437,7 @@ void vkglTF::Model::drawNode(Node *node, VkCommandBuffer commandBuffer, uint32_t } } for (auto& child : node->children) { - drawNode(child, commandBuffer, renderFlags); + drawNode(child, commandBuffer, renderFlags, pipelineLayout, bindImageSet); } }