mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-04 22:45:17 +00:00
dump error message if builtin db doesn't load
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1017 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -18,6 +18,7 @@ BuiltinParams::BuiltinParams(const PresetInputs & presetInputs, PresetOutputs &
|
||||
int ret;
|
||||
if ((ret = init_builtin_param_db(presetInputs, presetOutputs)) != PROJECTM_SUCCESS)
|
||||
{
|
||||
std::cout << "failed to allocate builtin parameter database with error " << ret << std::endl;;
|
||||
throw ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user