Cleanup: minor error in assert message in libOverride collection code.

This commit is contained in:
Bastien Montagne 2019-08-21 17:10:10 +02:00
parent d357e7b065
commit 654fd58270
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ static bool rna_Collection_children_override_apply(Main *bmain,
IDOverrideLibraryPropertyOperation *opop)
{
BLI_assert(opop->operation == IDOVERRIDE_LIBRARY_OP_REPLACE &&
"Unsupported RNA override operation on collections' objects");
"Unsupported RNA override operation on collections' children");
UNUSED_VARS_NDEBUG(opop);
Collection *coll_dst = ptr_dst->id.data;