mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-11 08:20:45 +00:00
Fixes the issue of changing audio settings causing the SFX re-init'ing to fail
This commit is contained in:
parent
c7e2ce6654
commit
2a390e98e9
2 changed files with 1 additions and 5 deletions
|
|
@ -82,10 +82,6 @@ $pref::SFX::autoDetect = true;
|
|||
/// plays no sound.
|
||||
$pref::SFX::provider = "OpenAL";
|
||||
|
||||
/// The sound device to select from the provider. Each
|
||||
/// provider may have several different devices.
|
||||
$pref::SFX::device = "OpenAL Soft";
|
||||
|
||||
/// If true the device will try to use hardware buffers
|
||||
/// and sound mixing. If not it will use software.
|
||||
$pref::SFX::useHardware = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue