nix
Pierre Alexandre Tremblay 7 years ago
commit 8f5ed9d7f5

@ -293,7 +293,6 @@ private:
auto results = w->mParams.template checkParameterValues<ArgumentGetter>(world, args);
for (auto &r : results)
{
std::cout << r.message() << '\n';
if (!r.ok()) return r;
}
return {};

Loading…
Cancel
Save