mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 03:45:26 +00:00
Assorted bug fixes
This commit is contained in:
parent
31f1d27a49
commit
d1b806caf0
3 changed files with 26 additions and 3 deletions
|
|
@ -325,9 +325,7 @@ U32 PhysicalZone::packUpdate(NetConnection* con, U32 mask, BitStream* stream)
|
|||
|
||||
stream->writeFlag(mActive);
|
||||
|
||||
// AFX CODE BLOCK (enhanced-physical-zone)(pz-opt) >>
|
||||
|
||||
return retMask;
|
||||
return retMask;
|
||||
}
|
||||
|
||||
void PhysicalZone::unpackUpdate(NetConnection* con, BitStream* stream)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue