This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
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
fb8105fbaa
commit
a58214e417
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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.1415926
536
)
#endif
/* Degrees to radians conversion: */
Write
Preview
Loading…
Cancel
Save