From a58214e4172925c9332a14895dd7bcd109346e2a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 27 Jun 2003 15:26:56 +0000 Subject: [PATCH] add a few more digits to PI to make Evgeny happy --- src/mesa/main/imports.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h index 0bf649972c3..0a72da0f475 100644 --- a/src/mesa/main/imports.h +++ b/src/mesa/main/imports.h @@ -128,7 +128,7 @@ extern void _ext_mesa_free_pixelbuffer( void *pb ); #define MAX_GLUINT 0xffffffff #ifndef M_PI -#define M_PI (3.1415926) +#define M_PI (3.1415926536) #endif /* Degrees to radians conversion: */ -- 2.11.0