Fix value of ANGLE_PI
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1944 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
50a2831740
commit
a27f9ebd60
@ -1,7 +1,7 @@
|
||||
#include "Angle.h"
|
||||
|
||||
#ifndef ANGLE_PI
|
||||
#define ANGLE_PI 3.14159268979323846
|
||||
#define ANGLE_PI 3.14159265358979323846
|
||||
#endif
|
||||
|
||||
bool tables_initialized=false;
|
||||
|
Loading…
Reference in New Issue
Block a user