mirror of https://github.com/mosra/magnum.git
Browse Source
The thing is: * Doing std::abs() and comparing to some epsilon value is crazy thing to do with integers. * When using unsigned integers, Clang rightfully complained that calling std::abs() on these is a sign of insanity. This fixes it too.pull/183/head^2
3 changed files with 26 additions and 10 deletions
Loading…
Reference in new issue