Skip to content

Commit

Permalink
honor volHum
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Apr 25, 2020
1 parent 9133384 commit ce6a1f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/hybrid_font.h
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ class HybridFont : public SaberBase {
vol *= volume_;
}
if (!hum_player_) return;
vol *= font_config.volHum / 16.0;
hum_player_->set_volume(vol);
}

Expand Down

0 comments on commit ce6a1f0

Please sign in to comment.