diff options
| author | 2020-09-02 11:58:15 -0400 | |
|---|---|---|
| committer | 2020-09-02 11:58:15 -0400 | |
| commit | 45ecd601be9519f6c969746c7736cb0a7090560a (patch) | |
| tree | 4c76baa8419fa8cb23c7c6ad2fa12a70d3c75426 /src/common/math_util.h | |
| parent | Merge pull request #4570 from german77/motionInput (diff) | |
| download | yuzu-45ecd601be9519f6c969746c7736cb0a7090560a.tar.gz yuzu-45ecd601be9519f6c969746c7736cb0a7090560a.tar.xz yuzu-45ecd601be9519f6c969746c7736cb0a7090560a.zip | |
input_common/motion_input: Make use of Common::PI constant
Also amend the copyright notice to yuzu's instead of Dolphin's, which was mistakenly copy-pasted from another file.
Diffstat (limited to 'src/common/math_util.h')
| -rw-r--r-- | src/common/math_util.h | 2 |
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 @@ | |||
| 9 | 9 | ||
| 10 | namespace Common { | 10 | namespace Common { |
| 11 | 11 | ||
| 12 | constexpr float PI = 3.14159265f; | 12 | constexpr float PI = 3.1415926535f; |
| 13 | 13 | ||
| 14 | template <class T> | 14 | template <class T> |
| 15 | struct Rectangle { | 15 | struct Rectangle { |