@ -1,7 +1,7 @@
#pragma once
namespace EasingFunc {
float easeLin(float t) {
float easeLinear(float t) {
return t;
}
The note is not visible to the blocked user.