Update PI

This commit is contained in:
2024-06-11 17:40:44 +02:00
parent a80dac1960
commit ca8ef5eb3d
+1 -2
View File
@@ -22,8 +22,7 @@ static int active_id = -1;
#define SLIDER_THICKNESS 20.0f #define SLIDER_THICKNESS 20.0f
#define SLIDER_GRIP_SIZE 10.0f #define SLIDER_GRIP_SIZE 10.0f
#define M_PI 3.14159265358979323846 /* pi */
#define M_PI 3.14159
// Helper functions for clamping and interpolation // Helper functions for clamping and interpolation
static float clampf(float value, float min, float max) { static float clampf(float value, float min, float max) {