Fix log2 func. qualifier

master
Tom Kneiphof ago%!(EXTRA string=1 year) committed by Christophe
parent 4137519418
commit 0904870e37
  1. 2
      glm/detail/func_exponential.inl

@ -14,7 +14,7 @@ namespace detail
using std::log2;
# else
template<typename genType>
genType log2(genType Value)
GLM_FUNC_QUALIFIER genType log2(genType Value)
{
return std::log(Value) * static_cast<genType>(1.4426950408889634073599246810019);
}

Loading…
Cancel
Save