From 0ede4bca39eef7c3d82ab9678b3982bcbb85925c Mon Sep 17 00:00:00 2001 From: Mikko Mononen Date: Thu, 3 Feb 2011 09:23:45 +0000 Subject: [PATCH] Fix for issue 156 --- .../Bin/Recast.app/Contents/MacOS/Recast | Bin 1141336 -> 1141336 bytes RecastDemo/Source/Sample_TileMesh.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/RecastDemo/Bin/Recast.app/Contents/MacOS/Recast b/RecastDemo/Bin/Recast.app/Contents/MacOS/Recast index 0f2cac2b63d0c4d6d762a7f3fd4392c2064bdb32..fdbfceed5ca0b9ee3f1be3c0e3e669d8c5e006f1 100755 GIT binary patch delta 150 zcmca{#r4J&*9|g~0_F$asIpobceWTrZq@K})oIp|+^!?ZC}6`V(QX^c2*gZ4%nZaV z+igQx`=2mhEcR+YZ^;J4?Ay;Q9w6r3Uh<3YA~UmB@x^wJe|$j9zun`XfItoaY&1UR delta 153 zcmca{#r4J&*9|g~0_E!I0=e8lr`N}`hql(eIMl2oxm`z+QNV^#q}?`@5r~<9m>Gy! zw%dlX_CH~cN^@&JZ^;J4?Ay;yzLFYIDwc8h`E872Z(vMH~iu|%FOJRmeB6;j}M6Xw|o2(5Xb=lLB~KP diff --git a/RecastDemo/Source/Sample_TileMesh.cpp b/RecastDemo/Source/Sample_TileMesh.cpp index da7e043..c3db8f6 100644 --- a/RecastDemo/Source/Sample_TileMesh.cpp +++ b/RecastDemo/Source/Sample_TileMesh.cpp @@ -866,7 +866,7 @@ void Sample_TileMesh::buildAllTiles() } // Start the build process. - m_ctx->startTimer(RC_TIMER_TEMP); + m_ctx->stopTimer(RC_TIMER_TEMP); m_totalBuildTimeMs = m_ctx->getAccumulatedTime(RC_TIMER_TEMP)/1000.0f; }