Skip to content

Commit

Permalink
shortcut fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnnshschl committed Dec 6, 2019
1 parent 42ddf7e commit ced2d9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AmeisenNavigation.Server/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: Guid("94dd9098-c900-4e3b-8d06-01157198914e")]
[assembly: AssemblyVersion("1.1.6.0")]
[assembly: AssemblyFileVersion("1.1.6.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
2 changes: 2 additions & 0 deletions AmeisenNavigation/ameisennavigation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ void AmeisenNavigation::GetPath(int map_id, float* start, float* end, float** pa
{
// same poly, we don't need pathfinding here
D(std::cout << ">> Start and End positions are on the same poly, returning end position\n";)
RDToWowCoords(end);

(*path_size) = 1;
(*path) = end;
return;
Expand Down

0 comments on commit ced2d9a

Please sign in to comment.