Skip to content

EffectLoader: Warn about trying to load an invalid effect

Aleix Pol Gonzalez requested to merge work/apol/silent-failure into master

If the metadata of the effect is invalid, loadEffect will complain rather than failing silently, making debugging issues a bit harder and it's something that we are already checking for and shouldn't realistically be happening.

Merge request reports