mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 03:45:26 +00:00
afxEffectWrapper membervar cleanup
This commit is contained in:
parent
0df2cf1b9d
commit
b6076c55dd
36 changed files with 531 additions and 533 deletions
|
|
@ -136,7 +136,7 @@ void afxEA_PlayerMovement::do_runtime_substitutions()
|
|||
// clone the datablock and perform substitutions
|
||||
afxPlayerMovementData* orig_db = movement_data;
|
||||
movement_data = new afxPlayerMovementData(*orig_db, true);
|
||||
orig_db->performSubstitutions(movement_data, choreographer, group_index);
|
||||
orig_db->performSubstitutions(movement_data, mChoreographer, mGroup_index);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue