mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 13:00:33 +00:00
SoundAsset Array
Few fixes to soundasset array to stop it complaining
This commit is contained in:
parent
3ad6d47ca9
commit
1ea693fea6
4 changed files with 80 additions and 61 deletions
|
|
@ -107,6 +107,7 @@ ConsoleSetType(TypeSoundAssetId)
|
|||
//-----------------------------------------------------------------------------
|
||||
|
||||
SoundAsset::SoundAsset()
|
||||
: AssetBase()
|
||||
{
|
||||
mSoundFile = StringTable->EmptyString();
|
||||
mSoundPath = StringTable->EmptyString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue