From 862d6abd796d486014c05b872be52fec6de7532f Mon Sep 17 00:00:00 2001 From: Sam Gateau Date: Mon, 8 Jun 2015 06:57:04 -0700 Subject: [PATCH] Typo on mac build --- libraries/gpu/src/gpu/GLBackendPipeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/gpu/src/gpu/GLBackendPipeline.cpp b/libraries/gpu/src/gpu/GLBackendPipeline.cpp index 1dd4ea4c2b..1e34ceae17 100755 --- a/libraries/gpu/src/gpu/GLBackendPipeline.cpp +++ b/libraries/gpu/src/gpu/GLBackendPipeline.cpp @@ -73,7 +73,7 @@ void GLBackend::do_setPipeline(Batch& batch, uint32 paramOffset) { #if (GPU_TRANSFORM_PROFILE == GPU_CORE) #else - _pipeline._program_transformCamera_viewInverse = -1 + _pipeline._program_transformCamera_viewInverse = -1; #endif _pipeline._state = nullptr;