mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
Assorted bug fixes
This commit is contained in:
parent
25b780ccaf
commit
51df59092d
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