mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +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
|
|
@ -808,7 +808,7 @@ void ShapeBaseData::packData(BitStream* stream)
|
|||
|
||||
if( stream->writeFlag( debris != NULL ) )
|
||||
{
|
||||
stream->writeRangedU32(packed? SimObjectId((uintptr_t)debris):
|
||||
stream->writeRangedU32(mPacked? SimObjectId((uintptr_t)debris):
|
||||
debris->getId(),DataBlockObjectIdFirst,DataBlockObjectIdLast);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue