Temporary fix for checking parameters (now in the wrong place)

nix
Alex Harker 7 years ago
parent d5adb76746
commit 09a049f38f

@ -320,7 +320,7 @@ protected:
private:
static Result validateParameters(NonRealTime *w, World *world, sc_msg_iter *args)
{
auto results = w->mParams.template checkParameterValues<ArgumentGetter>(world, args);
auto results = w->mParams.template checkParameterValues();//<ArgumentGetter>(world, args);
for (auto &r : results)
{
if (!r.ok()) return r;

Loading…
Cancel
Save