mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 15:39:57 +02:00
coding standard
This commit is contained in:
parent
d4ed9993b2
commit
f8b8877369
1 changed files with 1 additions and 2 deletions
|
@ -185,8 +185,7 @@ bool EntityTreeRenderer::findBestZoneAndMaybeContainingEntities(const glm::vec3&
|
||||||
#ifdef WANT_DEBUG
|
#ifdef WANT_DEBUG
|
||||||
qCDebug(entitiesrenderer) << "not visible";
|
qCDebug(entitiesrenderer) << "not visible";
|
||||||
#endif
|
#endif
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
float entityVolumeEstimate = entity->getVolumeEstimate();
|
float entityVolumeEstimate = entity->getVolumeEstimate();
|
||||||
if (entityVolumeEstimate < _bestZoneVolume) {
|
if (entityVolumeEstimate < _bestZoneVolume) {
|
||||||
_bestZoneVolume = entityVolumeEstimate;
|
_bestZoneVolume = entityVolumeEstimate;
|
||||||
|
|
Loading…
Reference in a new issue