mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-01 19:43:49 +00:00
gamebase mmebervar cleanups. mPacked in particular is likely to geta followup for other cleaning.
This commit is contained in:
parent
317cd9151a
commit
7064b41506
18 changed files with 38 additions and 38 deletions
|
|
@ -380,7 +380,7 @@ void afxEffectWrapperData::packData(BitStream* stream)
|
|||
{
|
||||
Parent::packData(stream);
|
||||
|
||||
writeDatablockID(stream, effect_data, packed);
|
||||
writeDatablockID(stream, effect_data, mPacked);
|
||||
|
||||
stream->writeString(effect_name);
|
||||
|
||||
|
|
@ -419,7 +419,7 @@ void afxEffectWrapperData::packData(BitStream* stream)
|
|||
stream->write(scale_factor);
|
||||
|
||||
// modifiers
|
||||
pack_mods(stream, xfm_modifiers, packed);
|
||||
pack_mods(stream, xfm_modifiers, mPacked);
|
||||
|
||||
mathWrite(*stream, forced_bbox);
|
||||
stream->write(update_forced_bbox);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue