Fork for building peak mipmaps after recording.

This commit is contained in:
Jonathan Moore Liles 2008-05-17 00:35:21 -05:00
parent f4661611a0
commit b57acca314
1 changed files with 2 additions and 5 deletions

View File

@ -574,11 +574,8 @@ Peaks::finish_writing ( void )
_peak_writer = NULL;
/* now fill in the rest of the cache */
make_peaks_mipmap();
/* if ( ! fork() ) */
/* exit( make_peaks_mipmap() ); */
if ( ! fork() )
exit( make_peaks_mipmap() );
}
/* THREAD: IO */