Merge branch 'Preview4_0' of https://github.com/TorqueGameEngines/Torque3D into alpha40/iblCleanups

This commit is contained in:
AzaezelX 2021-10-27 13:50:58 -05:00
commit a9bc56944c

View file

@ -154,7 +154,7 @@ class SFXProfile : public SFXTrack
void unpackData( BitStream* stream );
/// Returns the sound filename.
const String& getSoundFileName() const { return mFilename; }
const String getSoundFileName() const { return mFilename; }
void setSoundFileName(StringTableEntry filename) { mFilename = filename; }
bool getPreload() const { return mPreload; }