mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-15 23:59:59 +00:00
Allow 64 bit windows builds (#301)
This commit is contained in:
committed by
Jakob Botsch Nielsen
parent
9f9efe943e
commit
56dbf4c482
@@ -1339,7 +1339,7 @@ bool Sample_TempObstacles::handleBuild()
|
||||
m_ctx->stopTimer(RC_TIMER_TOTAL);
|
||||
|
||||
m_cacheBuildTimeMs = m_ctx->getAccumulatedTime(RC_TIMER_TOTAL)/1000.0f;
|
||||
m_cacheBuildMemUsage = m_talloc->high;
|
||||
m_cacheBuildMemUsage = static_cast<unsigned int>(m_talloc->high);
|
||||
|
||||
|
||||
const dtNavMesh* nav = m_navMesh;
|
||||
|
||||
Reference in New Issue
Block a user