Fix FluidKDTree kr crash

Don't persist in trying to read ID as srting
nix
Owen Green 5 years ago
parent 362d227040
commit 1e094ae062

@ -43,7 +43,7 @@ namespace impl{
if(c.remain())
{
index statedSize = static_cast<index>(c.next());
index statedSize = 1;
if(c.remain() < statedSize)
status = {Result::Status::kError,"Ran out of arguments at ", d.name};

Loading…
Cancel
Save