Mixer: Fix bug with strip copy/paste due to groups.

pull/116/head
Jonathan Moore Liles 2013-10-04 18:10:03 -07:00
parent d332da3c39
commit 3628f08fbc
1 changed files with 2 additions and 1 deletions

View File

@ -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 );
}