This commit is contained in:
blueloveTH 2023-09-26 21:01:19 +08:00
parent 2ccc1bd6f1
commit 2d9e9a1d3f

View File

@ -3,7 +3,7 @@
namespace pkpy{
// https://easings.net/
static const double PI = 3.1415926545;
const double PI = 3.1415926545;
static double easeLinear( double x ) {
return x;