-
- Downloads
Fix VS2008 build issues with std::abs(__int64).
Since NUMFLUIDS is never going to be greater than MAXINT, we simply add a static_cast<int> to avoid this build issue.
Loading
Please register or sign in to comment
Since NUMFLUIDS is never going to be greater than MAXINT, we simply add a static_cast<int> to avoid this build issue.