Merge remote-tracking branch 'refs/remotes/origin/development' into pr/1153

This commit is contained in:
Anis A. Hireche 2016-02-26 14:39:38 +01:00
commit 10cb6ab9c4
893 changed files with 44063 additions and 6437 deletions

View file

@ -52,7 +52,13 @@ public:
objectId = obj->getId();
ghostIndex = index;
}
else
{
objectId = 0;
ghostIndex = 0;
}
object = NULL;
validObject = false;
}
~GhostAlwaysObjectEvent()
{ delete object; }