Typo again

This commit is contained in:
narno2202 2026-01-20 00:13:29 +01:00
parent e98ad344d1
commit 33f0e3a19f

View file

@ -79,7 +79,7 @@ void ResonanceGenerator::reset() {
done = false;
}
float ResoanaceGenerator::calc_next_pos() {
float ResonanceGenerator::calc_next_pos() {
// Amplitude based on a sinusoidal wave : A = accel / (4 * PI^2 * f^2)
const float amplitude = amplitude_precalc / current_freq;