sounds variability + first step fix

This commit is contained in:
MihailRis
2024-03-09 02:10:19 +03:00
parent 87dd1dd6b2
commit bfc3182ed3
4 changed files with 23 additions and 9 deletions
+2
View File
@@ -226,6 +226,8 @@ void PlayerController::updateFootsteps(float delta) {
stepsTimer = fmod(stepsTimer, M_PI);
onFootstep();
}
} else {
stepsTimer = M_PI;
}
}