code: Use std::numbers::pi

This commit is contained in:
emufan4568
2022-09-08 23:11:50 +03:00
committed by GPUCode
parent 542bae4581
commit d6e545932a
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{};