fix unnecessary warnings in some files (#5152)

This commit is contained in:
JohnnyCena123
2025-08-28 22:28:56 +02:00
committed by GitHub
parent 7103703313
commit 4a4997c615
4 changed files with 7 additions and 6 deletions

View File

@@ -18,6 +18,7 @@
#include "raylib.h"
#include "raymath.h"
#undef FLT_MAX
#define FLT_MAX 340282346638528859811704183484516925440.0f // Maximum value of a float, from bit pattern 01111111011111111111111111111111
//------------------------------------------------------------------------------------
@@ -245,4 +246,4 @@ int main(void)
//--------------------------------------------------------------------------------------
return 0;
}
}