mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-17 19:24:52 -04:00
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:
@@ -297,7 +297,6 @@ void SampleBuffer::update( bool _keep_settings )
|
||||
else
|
||||
{
|
||||
fprintf( stderr, "%s\n", message.toUtf8().constData() );
|
||||
exit( EXIT_FAILURE );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user