mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
afxEffectWrapper membervar cleanup
This commit is contained in:
parent
0df2cf1b9d
commit
b6076c55dd
36 changed files with 531 additions and 533 deletions
|
|
@ -125,8 +125,8 @@ bool afxEA_AudioBank::ea_update(F32 dt)
|
|||
|
||||
if (sound_handle)
|
||||
{
|
||||
sound_handle->setTransform(updated_xfm);
|
||||
sound_handle->setVolume(updated_scale.x*fade_value);
|
||||
sound_handle->setTransform(mUpdated_xfm);
|
||||
sound_handle->setVolume(mUpdated_scale.x*mFade_value);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
@ -143,7 +143,7 @@ void afxEA_AudioBank::ea_finish(bool was_stopped)
|
|||
|
||||
void afxEA_AudioBank::do_runtime_substitutions()
|
||||
{
|
||||
sound_bank = sound_bank->cloneAndPerformSubstitutions(choreographer, group_index);
|
||||
sound_bank = sound_bank->cloneAndPerformSubstitutions(mChoreographer, mGroup_index);
|
||||
}
|
||||
|
||||
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue