mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
afxEffectWrapper membervar cleanup
This commit is contained in:
parent
3ae1f7e73a
commit
29530f0eaf
36 changed files with 531 additions and 533 deletions
|
|
@ -145,7 +145,7 @@ void afxEA_FootSwitch::do_runtime_substitutions()
|
|||
// clone the datablock and perform substitutions
|
||||
afxFootSwitchData* orig_db = footfall_data;
|
||||
footfall_data = new afxFootSwitchData(*orig_db, true);
|
||||
orig_db->performSubstitutions(footfall_data, choreographer, group_index);
|
||||
orig_db->performSubstitutions(footfall_data, mChoreographer, mGroup_index);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue