mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
remove FMODex from Torque3D
The current version of FMod in Torque3D uses the legacy ex plugin, which hasn't been around for a long time.
This commit is contained in:
parent
772c0ae25b
commit
41bd5ef6b6
34 changed files with 13 additions and 5317 deletions
|
|
@ -63,7 +63,6 @@ class SFXDevice
|
|||
CAPS_Occlusion = BIT( 2 ), ///< Device has its own sound occlusion handling (SFXOcclusionManager).
|
||||
CAPS_DSPEffects = BIT( 3 ), ///< Device implements DSP effects (SFXDSPManager).
|
||||
CAPS_MultiListener = BIT( 4 ), ///< Device supports multiple listeners.
|
||||
CAPS_FMODDesigner = BIT( 5 ), ///< FMOD Designer support.
|
||||
};
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue