Skip to content

Commit

Permalink
Don't quit CLI rendering when failed to load sample files
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysSong committed Oct 23, 2018
1 parent 811188b commit 1ab1280
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/SampleBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ void SampleBuffer::update( bool _keep_settings )
else
{
fprintf( stderr, "%s\n", message.toUtf8().constData() );
exit( EXIT_FAILURE );
}
}
}
Expand Down

0 comments on commit 1ab1280

Please sign in to comment.