glm_ease_back_inout: Use float constant for float var.

This commit is contained in:
Bruce Mitchener
2024-02-10 19:47:38 +07:00
parent 45134b1265
commit e80d163d71

View File

@@ -235,7 +235,7 @@ glm_ease_back_inout(float t) {
o = 1.70158f;
s = o * 1.525f;
x = 0.5;
x = 0.5f;
n = t / 0.5f;
if (n < 1.0f) {