Fixes for Max OSX build from Bob Kuehne.
This commit is contained in:
@@ -52,6 +52,10 @@
|
||||
#define fabsf (float)fabs
|
||||
#endif
|
||||
|
||||
#ifndef isnanf
|
||||
#define isnanf (float)isnan
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
namespace osg {
|
||||
|
||||
Reference in New Issue
Block a user