Print parsing errors as exceptions

feature-multiSDF
Andrew Cassidy 4 years ago
parent 995c9120e5
commit 0b34991f34

@ -98,7 +98,7 @@ namespace ConformalDecals.MaterialModifiers {
catch (Exception e) {
// Catch exception from parsing current material property
// And print it to the log as an Error
module.LogError(e.Message);
module.LogException("Exception while parsing material node", e);
}
}
}

Loading…
Cancel
Save