src/ldObject.cc

changeset 920
147497785496
parent 892
49afb6b98253
child 927
409b82a4765e
child 943
af81220741d9
--- a/src/ldObject.cc	Wed Nov 05 23:41:58 2014 +0200
+++ b/src/ldObject.cc	Mon Dec 01 05:10:22 2014 +0200
@@ -392,7 +392,7 @@
 	// Transform the objects
 	for (LDObjectPtr obj : objs)
 	{
-		assert (obj->type() != OBJ_Subfile);
+		// assert (obj->type() != OBJ_Subfile);
 		// Set the parent now so we know what inlined the object.
 		obj->setParent (self());
 		TransformObject (obj, transform(), position(), color());

mercurial