mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Update SoundAsset.cpp
copy paste double up
This commit is contained in:
parent
71273e63c9
commit
dc140daa9c
1 changed files with 0 additions and 2 deletions
|
|
@ -187,8 +187,6 @@ SoundAsset::SoundAsset()
|
||||||
mProfileDesc.mFadeInEase = EaseF();
|
mProfileDesc.mFadeInEase = EaseF();
|
||||||
mProfileDesc.mSourceGroup = dynamic_cast<SFXSource*>(Sim::findObject("AudioChannelMaster"));
|
mProfileDesc.mSourceGroup = dynamic_cast<SFXSource*>(Sim::findObject("AudioChannelMaster"));
|
||||||
mProfileDesc.mReverb = SFXSoundReverbProperties();
|
mProfileDesc.mReverb = SFXSoundReverbProperties();
|
||||||
dMemset(mProfileDesc.mParameters, 0, sizeof(mProfileDesc.mParameters));
|
|
||||||
mIsPlaylist = false;
|
|
||||||
|
|
||||||
dMemset(mProfileDesc.mParameters, 0, sizeof(mProfileDesc.mParameters));
|
dMemset(mProfileDesc.mParameters, 0, sizeof(mProfileDesc.mParameters));
|
||||||
mIsPlaylist = false;
|
mIsPlaylist = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue