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:
shadow303
2002-11-15 00:11:32 +00:00
parent 50a2831740
commit a27f9ebd60
+1 -1
View File
@@ -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;