From 6fce838e2e16230ea69aa8d996c993bfa0991019 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Fri, 4 Oct 2013 21:38:47 -0700 Subject: [PATCH] remove comment --- interface/src/VoxelSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } };