mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
fix whitespace
This commit is contained in:
parent
7614cababb
commit
f6fbf4f324
1 changed files with 1 additions and 2 deletions
|
@ -186,8 +186,7 @@ void PolyVoxEntityItem::debugDump() const {
|
|||
qCDebug(entities) << " getLastEdited:" << debugTime(getLastEdited(), now);
|
||||
}
|
||||
|
||||
void PolyVoxEntityItem::setVoxelData(QByteArray voxelData)
|
||||
{
|
||||
void PolyVoxEntityItem::setVoxelData(QByteArray voxelData) {
|
||||
_voxelDataLock.lockForWrite();
|
||||
_voxelData = voxelData;
|
||||
_voxelDataDirty = true;
|
||||
|
|
Loading…
Reference in a new issue