gldraw.cpp

changeset 63
aa40ce18f869
parent 62
915fc477cb6a
child 64
ada4679d5bce
equal deleted inserted replaced
62:915fc477cb6a 63:aa40ce18f869
245 245
246 case OBJ_Subfile: 246 case OBJ_Subfile:
247 { 247 {
248 LDSubfile* ref = static_cast<LDSubfile*> (obj); 248 LDSubfile* ref = static_cast<LDSubfile*> (obj);
249 249
250 vector<LDObject*> objs = ref->inlineContents (ref->faMatrix, ref->vPosition, true); 250 vector<LDObject*> objs = ref->inlineContents (true, ref->faMatrix, ref->vPosition, true);
251 251
252 for (ulong i = 0; i < (ulong)objs.size(); ++i) 252 for (ulong i = 0; i < (ulong)objs.size(); ++i)
253 compileOneObject (objs[i], bBackSide); 253 compileOneObject (objs[i], bBackSide);
254 } 254 }
255 break; 255 break;

mercurial