mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Fix indentation
This commit is contained in:
parent
44eaaf5985
commit
0f91bdefea
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue