mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-10 07:50:44 +00:00
netObject classvar cleanups
This commit is contained in:
parent
ebf3f2d971
commit
386efa0602
5 changed files with 29 additions and 29 deletions
|
|
@ -331,9 +331,9 @@ void afxChoreographer::unpack_constraint_info(NetConnection* conn, BitStream* st
|
|||
{
|
||||
if (stream->readFlag())
|
||||
{
|
||||
U16 scope_id = stream->readInt(NetObject::SCOPE_ID_BITS);
|
||||
mScope_id = stream->readInt(NetObject::SCOPE_ID_BITS);
|
||||
bool is_shape = stream->readFlag();
|
||||
addObjectConstraint(scope_id, cons_name, is_shape);
|
||||
addObjectConstraint(mScope_id, cons_name, is_shape);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue