Fix typo in assert that we do not delete master collection..
This commit is contained in:
@@ -130,7 +130,7 @@ bool BKE_collection_delete(Main *bmain, Collection *collection, bool hierarchy)
|
||||
{
|
||||
/* Master collection is not real datablock, can't be removed. */
|
||||
if (collection->flag & COLLECTION_IS_MASTER) {
|
||||
BLI_assert("!Scene master collection can't be deleted");
|
||||
BLI_assert(!"Scene master collection can't be deleted");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user