Fri, 10 Jan 2014 15:41:57 +0200
- whoopsie, forgot to re-add the cache flag to that inline flagset there
src/gldraw.cc | file | annotate | diff | comparison | revisions |
--- a/src/gldraw.cc Fri Jan 10 15:31:05 2014 +0200 +++ b/src/gldraw.cc Fri Jan 10 15:41:57 2014 +0200 @@ -997,7 +997,7 @@ LDSubfile* ref = static_cast<LDSubfile*> (obj); QList<LDObject*> objs; - objs = ref->inlineContents (LDSubfile::DeepInline | LDSubfile::RendererInline); + objs = ref->inlineContents (LDSubfile::DeepCacheInline | LDSubfile::RendererInline); bool oldinvert = g_glInvert; if (ref->getTransform().getDeterminant() < 0)