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