mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 21:29:18 +02:00
reformat: remove redundant qualifiers
This commit is contained in:
@@ -201,7 +201,7 @@ world_environment::update() {
|
||||
}
|
||||
m_rainsound
|
||||
.gain( m_rainsound.m_amplitudeoffset + m_rainsound.m_amplitudefactor * 1.f )
|
||||
.play( sound_flags::exclusive | sound_flags::looping );
|
||||
.play( exclusive | looping );
|
||||
}
|
||||
else {
|
||||
m_rainsound.stop();
|
||||
|
||||
Reference in New Issue
Block a user