mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
Removed a debug statemen.
This commit is contained in:
parent
d4693232d3
commit
03e302c508
1 changed files with 0 additions and 1 deletions
|
@ -744,7 +744,6 @@ bool MetavoxelData::deepEquals(const MetavoxelData& other, const MetavoxelLOD& l
|
|||
return false;
|
||||
}
|
||||
if (_roots.size() != other._roots.size()) {
|
||||
qDebug() << _roots << other._roots;
|
||||
return false;
|
||||
}
|
||||
glm::vec3 minimum = getMinimum();
|
||||
|
|
Loading…
Reference in a new issue