Build fix for MSVC
This commit is contained in:
parent
70649da6ce
commit
ab0c93976d
@ -44,7 +44,7 @@
|
||||
#define M_PI 3.14159265358979323846
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _MSC_VER
|
||||
#define rint(x) (floor((x)+0.5))
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user