From 45ecd601be9519f6c969746c7736cb0a7090560a Mon Sep 17 00:00:00 2001 From: Morph <39850852+Morph1984@users.noreply.github.com> Date: Wed, 2 Sep 2020 11:58:15 -0400 Subject: 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. --- src/common/math_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/math_util.h') 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 struct Rectangle { -- cgit v1.2.3