forked from mirror/DotRecast
typo fix
This commit is contained in:
parent
49da3fb454
commit
4dee6b20b5
|
@ -238,7 +238,7 @@ namespace DotRecast.Detour
|
|||
}
|
||||
|
||||
path.Clear();
|
||||
path.AddRange(path);
|
||||
path.AddRange(result);
|
||||
return result.Count;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue