[UDP] disconnect needs to set m_data->m_isConnected=false
This commit is contained in:
@@ -608,6 +608,7 @@ void UdpNetworkedPhysicsProcessor::disconnect()
|
|||||||
|
|
||||||
delete m_data->m_threadSupport;
|
delete m_data->m_threadSupport;
|
||||||
m_data->m_threadSupport = 0;
|
m_data->m_threadSupport = 0;
|
||||||
|
m_data->m_isConnected = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user