Browse Source

add a few more digits to PI to make Evgeny happy

tags/vtx-0-2-21112003-freeze
Brian Paul 22 years ago
parent
commit
a58214e417
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/main/imports.h

+ 1
- 1
src/mesa/main/imports.h 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: */

Loading…
Cancel
Save