mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
c_lib OK
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
#include "msl_c/math.h"
|
||||
|
||||
inline bool cLib_IsZero(f32 f) {
|
||||
return fabsf(f) < 8e-11;
|
||||
return fabsf(f) < 8e-11f;
|
||||
}
|
||||
|
||||
void cLib_memCpy(void* dst, const void* src, unsigned long size);
|
||||
|
||||
Reference in New Issue
Block a user