diff --git a/interface/src/VoxelSystem.cpp b/interface/src/VoxelSystem.cpp index 753a97d738..0b4dba1364 100644 --- a/interface/src/VoxelSystem.cpp +++ b/interface/src/VoxelSystem.cpp @@ -1437,7 +1437,7 @@ public: // Widen the FOV for trimming float originalFOV = thisViewFrustum.getFieldOfView(); float wideFOV = originalFOV + VIEW_FRUSTUM_FOV_OVERSEND; - thisViewFrustum.setFieldOfView(wideFOV); // hack + thisViewFrustum.setFieldOfView(wideFOV); thisViewFrustum.calculate(); } };