mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
gamebase mmebervar cleanups. mPacked in particular is likely to geta followup for other cleaning.
This commit is contained in:
parent
fa2b0761a7
commit
f068664742
18 changed files with 38 additions and 38 deletions
|
|
@ -184,7 +184,7 @@ void afxEffectGroupData::packData(BitStream* stream)
|
|||
stream->write(timing.fade_in_time);
|
||||
stream->write(timing.fade_out_time);
|
||||
|
||||
pack_fx(stream, fx_list, packed);
|
||||
pack_fx(stream, fx_list, mPacked);
|
||||
}
|
||||
|
||||
void afxEffectGroupData::unpackData(BitStream* stream)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue