-
- Downloads
Fix warning about abs() with float's
abs() only works for integers, replace with std::abs() for floaing point
Loading
Please register or sign in to comment
abs() only works for integers, replace with std::abs() for floaing point