vsg-dev/vsgXchange

build fails due to typo

rainergericke opened this issue · 2 comments

In assimp.cpp line 668
config->additionalDescrptorSetLayout = vdsl;
should be replaced by
config->additionalDescriptorSetLayout = vdsl;

I've already fixed this (75e12d0), but haven't merged the associated branch yet. I'm about to do the merge.

I have now merged the branch with the fix.