summaryrefslogtreecommitdiffstats
path: root/src/common/math_util.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-09-02 17:58:15 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-09-02 17:58:15 +0200
commit45ecd601be9519f6c969746c7736cb0a7090560a (patch)
tree4c76baa8419fa8cb23c7c6ad2fa12a70d3c75426 /src/common/math_util.h
parentMerge pull request #4570 from german77/motionInput (diff)
downloadyuzu-45ecd601be9519f6c969746c7736cb0a7090560a.tar
yuzu-45ecd601be9519f6c969746c7736cb0a7090560a.tar.gz
yuzu-45ecd601be9519f6c969746c7736cb0a7090560a.tar.bz2
yuzu-45ecd601be9519f6c969746c7736cb0a7090560a.tar.lz
yuzu-45ecd601be9519f6c969746c7736cb0a7090560a.tar.xz
yuzu-45ecd601be9519f6c969746c7736cb0a7090560a.tar.zst
yuzu-45ecd601be9519f6c969746c7736cb0a7090560a.zip
Diffstat (limited to 'src/common/math_util.h')
-rw-r--r--src/common/math_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/math_util.h b/src/common/math_util.h
index cc35c90ee..b35ad8507 100644
--- a/src/common/math_util.h
+++ b/src/common/math_util.h
@@ -9,7 +9,7 @@
namespace Common {
-constexpr float PI = 3.14159265f;
+constexpr float PI = 3.1415926535f;
template <class T>
struct Rectangle {