PathCorridor.FindCorners will load the corner data buffers, but it doesn't
set the cornerCount field, which will retain its original value.
The workaround: Whenever calling FindCorners(), load the buffer's corner count
with the return value.
int n = mCorridor.FindCorners(mCornerData);
mCornerData.cornerCount = n; // v0.3.0 bug workaround.
Original issue reported on code.google.com by steve...@gmail.com on 30 Sep 2011 at 7:20
Original issue reported on code.google.com by
steve...@gmail.com
on 30 Sep 2011 at 7:20