Fix: Abs command defaults to abs(float arg) on Windows, abs(int arg) on Linux...
Fix: Abs command defaults to abs(float arg) on Windows, abs(int arg) on Linux -> use std::abs(float arg)
Please register or sign in to comment
Fix: Abs command defaults to abs(float arg) on Windows, abs(int arg) on Linux -> use std::abs(float arg)