--- a/gldraw.cpp Sun Mar 24 18:03:33 2013 +0200 +++ b/gldraw.cpp Sun Mar 24 21:41:24 2013 +0200 @@ -247,7 +247,7 @@ { LDSubfile* ref = static_cast<LDSubfile*> (obj); - vector<LDObject*> objs = ref->inlineContents (true, ref->faMatrix, ref->vPosition, true); + vector<LDObject*> objs = ref->inlineContents (true, ref->mMatrix, ref->vPosition, true); for (ulong i = 0; i < (ulong)objs.size(); ++i) compileOneObject (objs[i], bBackSide);