mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 22:10:36 +00:00
fix $pref::SFX::channelVolume0 default
should be 1
This commit is contained in:
parent
7a0ae4c7af
commit
886a782e40
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ $pref::SFX::masterVolume = 0.8;
|
|||
/// The startup sound channel volumes. These are
|
||||
/// used to control the overall volume of different
|
||||
/// classes of sounds.
|
||||
$pref::SFX::channelVolume0 = 1;
|
||||
$pref::SFX::channelVolume1 = 1;
|
||||
$pref::SFX::channelVolume2 = 1;
|
||||
$pref::SFX::channelVolume3 = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue