build fails due to typo
rainergericke opened this issue · 2 comments
rainergericke commented
In assimp.cpp line 668
config->additionalDescrptorSetLayout = vdsl;
should be replaced by
config->additionalDescriptorSetLayout = vdsl;
robertosfield commented
I've already fixed this (75e12d0), but haven't merged the associated branch yet. I'm about to do the merge.
robertosfield commented
I have now merged the branch with the fix.