Tidying code and removing warnings.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user