This commit is contained in:
wrenge 2024-11-13 12:48:02 +03:00
parent 49da3fb454
commit 4dee6b20b5
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ namespace DotRecast.Detour
}
path.Clear();
path.AddRange(path);
path.AddRange(result);
return result.Count;
}