Allow 64 bit windows builds (#301)

This commit is contained in:
Jarrett
2018-10-15 18:02:51 -04:00
committed by Jakob Botsch Nielsen
parent 9f9efe943e
commit 56dbf4c482
7 changed files with 2198 additions and 1067 deletions

View File

@@ -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;