diff options
author | Brian Paul <[email protected]> | 2003-06-27 15:26:56 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-06-27 15:26:56 +0000 |
commit | a58214e4172925c9332a14895dd7bcd109346e2a (patch) | |
tree | f24faa2cd0b9d8c6826dddd7ebb0b09aa278fd97 /src | |
parent | fb8105fbaa699fcda00349127864868c0c8a4ef5 (diff) |
add a few more digits to PI to make Evgeny happy
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/imports.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: */ |