mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 20:36:38 +02:00
Fixed my mistake by unlocking the lock.
This commit is contained in:
parent
f069b70563
commit
a48c6b82e2
1 changed files with 1 additions and 0 deletions
|
@ -130,5 +130,6 @@ void ParticleTreeRenderer::processEraseMessage(const QByteArray& dataByteArray,
|
||||||
if (_tree){
|
if (_tree){
|
||||||
_tree->lockForWrite();
|
_tree->lockForWrite();
|
||||||
static_cast<ParticleTree*>(_tree)->processEraseMessage(dataByteArray, sourceNode);
|
static_cast<ParticleTree*>(_tree)->processEraseMessage(dataByteArray, sourceNode);
|
||||||
|
_tree->unlock();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue