Skip to content

Commit cee87ce

Browse files
committed
formatting...
1 parent 9bf78e5 commit cee87ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/Entities/SoundContainer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,6 @@ float SoundContainer::GetAudibleVolume() const {
286286
return g_AudioMan.GetSoundContainerAudibleVolume(this);
287287
}
288288

289-
290289
void SoundContainer::SetVolume(float newVolume) {
291290
newVolume = std::clamp(newVolume, 0.0F, 10.0F);
292291
if (IsBeingPlayed()) {

0 commit comments

Comments
 (0)