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:
@@ -1,7 +1,7 @@
|
|||||||
#include "Angle.h"
|
#include "Angle.h"
|
||||||
|
|
||||||
#ifndef ANGLE_PI
|
#ifndef ANGLE_PI
|
||||||
#define ANGLE_PI 3.14159268979323846
|
#define ANGLE_PI 3.14159265358979323846
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool tables_initialized=false;
|
bool tables_initialized=false;
|
||||||
|
|||||||
Reference in New Issue
Block a user