fixing some issues: force needs to wake up objects, property sensor issue, island activation issue
This commit is contained in:
@@ -90,7 +90,8 @@ bool KX_NetworkMessageSensor::Evaluate(CValue* event)
|
||||
bool result = false;
|
||||
bool WasUp = m_IsUp;
|
||||
|
||||
m_IsUp = false;
|
||||
// m_IsUp = false;
|
||||
|
||||
if (m_BodyList) {
|
||||
m_BodyList->Release();
|
||||
m_BodyList = NULL;
|
||||
|
||||
Reference in New Issue
Block a user