Very simple thing, but should result in one less instruction.
DetourCommon.cpp - ln 129
float d = -dtVperp2D(edge,dir);
can be changed to
float d = dtVperp2D(dir, edge);
Original issue reported on code.google.com by shawnlha...@gmail.com on 16 Jun 2010 at 3:09
Original issue reported on code.google.com by
shawnlha...@gmail.com
on 16 Jun 2010 at 3:09