blueloveTH 2 年之前
父節點
當前提交
2d9e9a1d3f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/easing.cpp

+ 1 - 1
src/easing.cpp

@@ -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;