Fixed my mistake by unlocking the lock.

This commit is contained in:
barnold1953 2014-05-22 14:17:26 -07:00
parent f069b70563
commit a48c6b82e2

View file

@ -130,5 +130,6 @@ void ParticleTreeRenderer::processEraseMessage(const QByteArray& dataByteArray,
if (_tree){
_tree->lockForWrite();
static_cast<ParticleTree*>(_tree)->processEraseMessage(dataByteArray, sourceNode);
_tree->unlock();
}
}