Tidying code and removing warnings.

This commit is contained in:
David Williams
2008-04-24 19:06:41 +00:00
parent 545aa92d14
commit 1d3c60f341
9 changed files with 51 additions and 52 deletions

View File

@ -501,7 +501,7 @@ namespace PolyVox
}
for(boost::uint32_t ct = 0; ct < Size; ++ct)
{
m_tElements[ct] /= length;
m_tElements[ct] /= static_cast<Type>(length);
}
}
}//namespace Thermite