mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Merge pull request #1939 from Areloch/StaticNetFuncFix
Hotfix to re-add the prior static function fix in platformNet
This commit is contained in:
commit
a987bb9523
1 changed files with 0 additions and 5 deletions
|
|
@ -214,11 +214,6 @@ struct Net
|
||||||
static bool smMulticastEnabled;
|
static bool smMulticastEnabled;
|
||||||
static bool smIpv4Enabled;
|
static bool smIpv4Enabled;
|
||||||
static bool smIpv6Enabled;
|
static bool smIpv6Enabled;
|
||||||
|
|
||||||
static ConnectionNotifyEvent* smConnectionNotify;
|
|
||||||
static ConnectionAcceptedEvent* smConnectionAccept;
|
|
||||||
static ConnectionReceiveEvent* smConnectionReceive;
|
|
||||||
static PacketReceiveEvent* smPacketReceive;
|
|
||||||
|
|
||||||
static bool init();
|
static bool init();
|
||||||
static void shutdown();
|
static void shutdown();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue