mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-26 14:55:39 +00:00
clean out of the manual getSFXProfile() methods
This commit is contained in:
parent
7b137c2ee8
commit
ef652ad8b9
8 changed files with 8 additions and 37 deletions
|
|
@ -118,13 +118,6 @@ public:
|
|||
|
||||
DECLARE_SOUNDASSET(ProjectileData, ProjectileSound);
|
||||
DECLARE_SOUNDASSET_SETGET(ProjectileData, ProjectileSound);
|
||||
|
||||
SFXProfile* getSFXProfile() {
|
||||
if (mProjectileSoundAsset.notNull())
|
||||
return mProjectileSoundAsset->getSfxProfile();
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
LightDescription *lightDesc;
|
||||
S32 lightDescId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue