remove a few warnings in DemoApplication

This commit is contained in:
erwin.coumans
2010-01-19 23:29:19 +00:00
parent 7b41af1765
commit 8da244b443
5 changed files with 45 additions and 41 deletions

View File

@@ -169,7 +169,7 @@ public:
btScalar getDeltaTimeMicroseconds()
{
#ifdef USE_BT_CLOCK
btScalar dt = m_clock.getTimeMicroseconds();
btScalar dt = (btScalar)m_clock.getTimeMicroseconds();
m_clock.reset();
return dt;
#else