Fix indentation

This commit is contained in:
Jonas Kulla 2015-02-17 01:48:05 +01:00
parent 44eaaf5985
commit 0f91bdefea
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ SoundEmitter::~SoundEmitter()
void SoundEmitter::play(const std::string &filename,
int volume,
int pitch)
int pitch)
{
float _volume = clamp<int>(volume, 0, 100) / 100.f;
float _pitch = clamp<int>(pitch, 50, 150) / 100.f;