Fixed the fabsf define which was eroneous mapped to sqrtf, due to the copy and
paste antipattern no doubt.
This commit is contained in:
@@ -682,7 +682,7 @@ void for_each_triangle(GeoSet& gset,T& op)
|
||||
break;
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef fabsf
|
||||
#define fabs (float)sqrt
|
||||
#define fabsf (float)fabs
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user