coding standard

This commit is contained in:
Seth Alves 2016-03-20 17:37:06 -07:00
parent d4ed9993b2
commit f8b8877369

View file

@ -185,8 +185,7 @@ bool EntityTreeRenderer::findBestZoneAndMaybeContainingEntities(const glm::vec3&
#ifdef WANT_DEBUG
qCDebug(entitiesrenderer) << "not visible";
#endif
}
else {
} else {
float entityVolumeEstimate = entity->getVolumeEstimate();
if (entityVolumeEstimate < _bestZoneVolume) {
_bestZoneVolume = entityVolumeEstimate;