diff --git a/src/soundemitter.cpp b/src/soundemitter.cpp index 37fe0d3..521c4eb 100644 --- a/src/soundemitter.cpp +++ b/src/soundemitter.cpp @@ -120,7 +120,7 @@ SoundEmitter::~SoundEmitter() void SoundEmitter::play(const std::string &filename, int volume, - int pitch) + int pitch) { float _volume = clamp(volume, 0, 100) / 100.f; float _pitch = clamp(pitch, 50, 150) / 100.f;