Dupli-Group fix: when using multiple instances of groups, with groups on

different layers, the layer flags of objects got mixed up on selection.

This caused groups to become unselectable or uneditable, also the original
group...
This commit is contained in:
Ton Roosendaal 2006-03-04 17:05:28 +00:00
parent 2f5df4631d
commit 2cabdfa37b

@ -1056,7 +1056,7 @@ short view3d_opengl_select(unsigned int *buffer, unsigned int bufsize, short x1
Mat4CpyMat4(dob->ob->obmat, dob->omat);
}
BLI_freelistN(lb);
free_object_duplilist(lb);
}
code++;