mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 11:55:33 +00:00
missing extract bit
This commit is contained in:
parent
f7f8faf47e
commit
c082f13b71
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ public:
|
||||||
/// @name Network
|
/// @name Network
|
||||||
/// @see NetObject, NetConnection
|
/// @see NetObject, NetConnection
|
||||||
/// @{
|
/// @{
|
||||||
|
void interpolateTick(F32 dt);
|
||||||
F32 getUpdatePriority( CameraScopeQuery *focusObject, U32 updateMask, S32 updateSkips );
|
F32 getUpdatePriority( CameraScopeQuery *focusObject, U32 updateMask, S32 updateSkips );
|
||||||
U32 packUpdate ( NetConnection *conn, U32 mask, BitStream *stream );
|
U32 packUpdate ( NetConnection *conn, U32 mask, BitStream *stream );
|
||||||
void unpackUpdate( NetConnection *conn, BitStream *stream );
|
void unpackUpdate( NetConnection *conn, BitStream *stream );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue