swordlegend / recastnavigation

Automatically exported from code.google.com/p/recastnavigation
zlib License
0 stars 0 forks source link

Typo in Sample_TileMesh.cpp #156

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In file Sample_TileMesh.cpp line 868

m_ctx->startTimer(RC_TIMER_TEMP);

should be:

m_ctx->stopTimer(RC_TIMER_TEMP);

Original issue reported on code.google.com by bitcow...@gmail.com on 14 Jan 2011 at 7:19

GoogleCodeExporter commented 9 years ago
Fixed in R269.

Original comment by memono...@gmail.com on 3 Feb 2011 at 9:24