mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
fix $pref::SFX::channelVolume0 default
should be 1
This commit is contained in:
parent
7a0ae4c7af
commit
886a782e40
|
|
@ -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…
Reference in a new issue