mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Fix lookup issue on TCPObject. Also sync with working code.
This commit is contained in:
parent
458bc27ea4
commit
5b1bb6547a
4 changed files with 145 additions and 59 deletions
|
|
@ -320,7 +320,7 @@ void StandardMainLoop::init()
|
|||
Sampler::init();
|
||||
|
||||
// Hook in for UDP notification
|
||||
Net::smPacketReceive.notify(GNet, &NetInterface::processPacketReceiveEvent);
|
||||
Net::getPacketReceiveEvent().notify(GNet, &NetInterface::processPacketReceiveEvent);
|
||||
|
||||
#ifdef TORQUE_DEBUG_GUARD
|
||||
Memory::flagCurrentAllocs( Memory::FLAG_Static );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue