Merge branch '0.9.1' into 0.9.2

master
Christophe Riccio ago%!(EXTRA string=14 years)
commit 7e8942759e
  1. 2
      glm/core/func_integer.inl

@ -267,7 +267,7 @@ namespace glm
)
{
GLM_STATIC_ASSERT(std::numeric_limits<genIUType>::is_integer, "'bitfieldExtract' only accept integer values");
assert(Offset + Bits <= sizeof(genIUType));
assert(Offset + Bits <= (sizeof(genIUType) << 3));
genIUType Result(0);
if(std::numeric_limits<genIUType>::is_signed)

Loading…
Cancel
Save