warning fix

This commit is contained in:
Anthony J. Thibault 2017-09-20 16:36:33 -07:00
parent 09c61deda8
commit 5e93c13856

View file

@ -2580,7 +2580,6 @@ void Application::paintGL() {
// scale IPD by sensorToWorldScale, to make the world seem larger or smaller accordingly.
ipdScale *= sensorToWorldScale;
mat4 eyeProjections[2];
{
PROFILE_RANGE(render, "/mainRender");
PerformanceTimer perfTimer("mainRender");