Revert quadmed change

This commit is contained in:
Joshua Barretto 2023-10-13 18:56:18 +01:00
parent 825c59d8d7
commit 755ce65357

View File

@ -26,7 +26,7 @@ impl Animation for RunAnimation {
*rate = 1.0;
let lab: f32 = 0.72;
let amplitude = (speed / 24.0).powf(0.6);
let amplitude2 = (speed / 8.0).powf(0.6);
let amplitude2 = (speed / 24.0).powf(0.6);
let amplitude3 = (speed / 24.0).powf(0.6);
let speedmult = s_a.tempo;
let canceler = (speed / 24.0).powf(0.6);