forked from speed-dreams/speed-dreams-code
fix calculation of kids count for car triangle strips
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7141 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: fa92dd89110ed38a666f1eae7eef66a0f0f9bbd9 Former-commit-id: 861e732beb243915ef3b5818ce7e9c5a968197ac
This commit is contained in:
parent
95a3a8fbcf
commit
69826d0080
1 changed files with 5 additions and 0 deletions
|
@ -4583,6 +4583,11 @@ void computeSaveAC3DStrip(char * OutputFilename, ob_t * object)
|
|||
tmpob = tmpob->next;
|
||||
continue;
|
||||
}
|
||||
if (!stricmp(tmpob->name, "group"))
|
||||
{
|
||||
tmpob = tmpob->next;
|
||||
continue;
|
||||
}
|
||||
numg++;
|
||||
tmpob->saved = 0;
|
||||
tmpob = tmpob->next;
|
||||
|
|
Loading…
Reference in a new issue