| 75 | } |
| 76 | |
| 77 | void NavMeshDebugDraw::vertex(const float /*x*/, |
| 78 | const float /*y*/, |
| 79 | const float /*z*/, |
| 80 | unsigned int /*color*/, |
| 81 | const float /*u*/, |
| 82 | const float /*v*/) |
| 83 | {} |
| 84 | |
| 85 | void NavMeshDebugDraw::vertex(const float* pos, unsigned int color, const float* uv) |
| 86 | { |
no test coverage detected