Don't quit CLI rendering when failed to load sample files

Per https://github.com/LMMS/lmms/pull/3293#discussion_r225765957
This commit is contained in:
Hyunjin Song
2018-10-23 12:43:25 +09:00
parent 811188bb7a
commit 1ab1280843

View File

@@ -297,7 +297,6 @@ void SampleBuffer::update( bool _keep_settings )
else
{
fprintf( stderr, "%s\n", message.toUtf8().constData() );
exit( EXIT_FAILURE );
}
}
}