Replace calls to abs with a float to calls to std::abs. Before int abs(int) was being called.
21 KiB
21 KiB
Replace calls to abs with a float to calls to std::abs. Before int abs(int) was being called.