Removed fabs overwrite.
This commit is contained in:
parent
d7913dcc9f
commit
88177a4a25
|
|
@ -42,8 +42,6 @@ typedef SDL_FRect frect_t;
|
|||
|
||||
#define EPSILON 0.000001f
|
||||
|
||||
__attribute__((const)) float fabsf(float x);
|
||||
|
||||
#define is_equal_to_zero(X) (fabsf(X) <= EPSILON)
|
||||
|
||||
#define is_not_zero(X) (fabsf(X) > EPSILON)
|
||||
|
|
|
|||
Loading…
Reference in New Issue