mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Merge pull request #1577 from Azaezel/alpha41/channelVolume0
fix $pref::SFX::channelVolume0 default
This commit is contained in:
commit
fda3e7bf86
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
|
/// The startup sound channel volumes. These are
|
||||||
/// used to control the overall volume of different
|
/// used to control the overall volume of different
|
||||||
/// classes of sounds.
|
/// classes of sounds.
|
||||||
|
$pref::SFX::channelVolume0 = 1;
|
||||||
$pref::SFX::channelVolume1 = 1;
|
$pref::SFX::channelVolume1 = 1;
|
||||||
$pref::SFX::channelVolume2 = 1;
|
$pref::SFX::channelVolume2 = 1;
|
||||||
$pref::SFX::channelVolume3 = 1;
|
$pref::SFX::channelVolume3 = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue