fixed failed git merge

This commit is contained in:
erwincoumans
2019-02-18 18:34:11 -08:00
parent bdf9b10246
commit 33619893c7

View File

@@ -7653,7 +7653,6 @@ bool PhysicsServerCommandProcessor::processChangeDynamicsInfoCommand(const struc
{
mb->setCanSleep(false);
}
}
if (clientCmd.m_changeDynamicsInfoArgs.m_activationState & eActivationStateEnableWakeup)
{
mb->setCanWakeup(true);