Skip to content

Commit

Permalink
out var pathCount
Browse files Browse the repository at this point in the history
  • Loading branch information
ikpil committed May 10, 2024
1 parent cd1cbde commit 3d73935
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DotRecast.Detour/DtNavMeshQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1515,6 +1515,8 @@ public virtual DtStatus FinalizeSlicedFindPathPartial(List<long> existing, int e
// Reset query.
m_query = new DtQueryData();

pathCount = n;

return DtStatus.DT_SUCCESS | details;
}

Expand Down

0 comments on commit 3d73935

Please sign in to comment.