add a few more digits to PI to make Evgeny happy

This commit is contained in:
Brian Paul
2003-06-27 15:26:56 +00:00
parent fb8105fbaa
commit a58214e417
+1 -1
View File
@@ -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: */