# LWO: set layer skip parameter, thanks to gellule for the patch [https://sourceforge.net/projects/assimp/forums/forum/817654/topic/4853762]

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1095 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/3/head
aramis_acg 2011-12-01 12:24:33 +00:00
parent 34089b4596
commit 052ad0e3de
1 changed files with 3 additions and 0 deletions

View File

@ -1320,6 +1320,9 @@ void LWOImporter::LoadLWO2File()
if (mFileBuffer + 2 <= next)
layer.mParent = GetU2();
// Set layer skip parameter
layer.skip = skip;
break;
}