[Network] Clear callbacks after being used once (save memory) (#441)
This commit is contained in:
parent
ed617dc879
commit
6c571f734b
@ -226,6 +226,7 @@ namespace Components
|
||||
void Network::NetworkStart()
|
||||
{
|
||||
Network::StartupSignal();
|
||||
Network::StartupSignal.clear();
|
||||
}
|
||||
|
||||
unsigned short Network::GetPort()
|
||||
|
Loading…
Reference in New Issue
Block a user