diff --git a/Engine/source/T3D/assets/SoundAsset.cpp b/Engine/source/T3D/assets/SoundAsset.cpp index 228fdc8f7..c82e7fb07 100644 --- a/Engine/source/T3D/assets/SoundAsset.cpp +++ b/Engine/source/T3D/assets/SoundAsset.cpp @@ -187,8 +187,6 @@ SoundAsset::SoundAsset() mProfileDesc.mFadeInEase = EaseF(); mProfileDesc.mSourceGroup = dynamic_cast(Sim::findObject("AudioChannelMaster")); mProfileDesc.mReverb = SFXSoundReverbProperties(); - dMemset(mProfileDesc.mParameters, 0, sizeof(mProfileDesc.mParameters)); - mIsPlaylist = false; dMemset(mProfileDesc.mParameters, 0, sizeof(mProfileDesc.mParameters)); mIsPlaylist = false;