aboutsummaryrefslogtreecommitdiff
path: root/smelt/glfw/smmath_priv.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'smelt/glfw/smmath_priv.hpp')
-rw-r--r--smelt/glfw/smmath_priv.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/smelt/glfw/smmath_priv.hpp b/smelt/glfw/smmath_priv.hpp
index ac62335..d906b89 100644
--- a/smelt/glfw/smmath_priv.hpp
+++ b/smelt/glfw/smmath_priv.hpp
@@ -15,7 +15,7 @@
#define sqr(x) ((x)*(x))
#define EPS 1e-6
#ifndef PI
-#define PI 3.14159265358979323846f
+#define PI 3.14159265358979323846264338327950288f
#endif
class _smMath