Mixer: Fix bug with strip copy/paste due to groups.
This commit is contained in:
parent
d332da3c39
commit
3628f08fbc
|
@ -187,7 +187,8 @@ Mixer_Strip::set ( Log_Entry &e )
|
|||
{
|
||||
Group *t = (Group*)Loggable::find( i );
|
||||
|
||||
assert( t );
|
||||
/* Because of strip copy/paste and import, we can't assure that the group will exist by ID*/
|
||||
// assert( t );
|
||||
|
||||
group( t );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue