Vladimir Atamanov
Results
2
comments of
Vladimir Atamanov
It's some strange AS compiler behavior I keep encountering recently. It's weird because 'this' keyword in such scope has always pointed to the instance of a class, not class itself....
I remember having same issue. In original recast navigation code try changing this: ``` inline bool dtQueryFilter::passFilter(... ``` to this: ``` bool dtQueryFilter::passFilter(... ``` And this: ``` inline float dtQueryFilter::getCost(......