From fb25d9c5a19f9c3acd3854f4b90b97b4f5e8ebfd Mon Sep 17 00:00:00 2001 From: Brian Roberts Date: Mon, 29 Oct 2018 13:21:42 -0500 Subject: [PATCH] Update terrFeatureGLSL.cpp --- Engine/source/terrain/glsl/terrFeatureGLSL.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Engine/source/terrain/glsl/terrFeatureGLSL.cpp b/Engine/source/terrain/glsl/terrFeatureGLSL.cpp index 6eb0c8c1a..7a4755d03 100644 --- a/Engine/source/terrain/glsl/terrFeatureGLSL.cpp +++ b/Engine/source/terrain/glsl/terrFeatureGLSL.cpp @@ -927,9 +927,9 @@ void TerrainNormalMapFeatGLSL::processVert( Vector &component void TerrainNormalMapFeatGLSL::processPix( Vector &componentList, const MaterialFeatureData &fd ) { - // We only need to process normals during the deferred. - if (!fd.features.hasFeature(MFT_DeferredConditioner)) - return; + // We only need to process normals during the deferred. + if (!fd.features.hasFeature(MFT_DeferredConditioner)) + return; MultiLine *meta = new MultiLine;