code: Use std::numbers::pi

This commit is contained in:
emufan4568
2022-09-08 23:11:50 +03:00
committed by GPUCode
parent 25a6da50ef
commit 6dacd66f40
3 changed files with 8 additions and 8 deletions

View File

@ -9,8 +9,6 @@
namespace Common {
constexpr float PI = 3.14159265f;
template <class T>
struct Rectangle {
T left{};