mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Revert quadmed change
This commit is contained in:
parent
825c59d8d7
commit
755ce65357
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user