mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-05-11 08:16:23 +00:00
Refactor of sound asset
Refactored to match image asset.
This commit is contained in:
parent
5796f0ea07
commit
71273e63c9
46 changed files with 639 additions and 775 deletions
|
|
@ -228,8 +228,6 @@ Material::Material()
|
|||
|
||||
mFootstepSoundId = -1; mImpactSoundId = -1;
|
||||
mImpactFXIndex = -1;
|
||||
INIT_ASSET(CustomFootstepSound);
|
||||
INIT_ASSET(CustomImpactSound);
|
||||
mFriction = 0.0;
|
||||
|
||||
mDirectSoundOcclusion = 1.f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue