Use length_t instead of int for vec and mat lengths #584
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
namespace fmod_
|
||||
{
|
||||
template <typename genType>
|
||||
template<typename genType>
|
||||
GLM_FUNC_QUALIFIER genType modTrunc(genType a, genType b)
|
||||
{
|
||||
return a - b * glm::trunc(a / b);
|
||||
|
||||
Reference in New Issue
Block a user