diff options
Diffstat (limited to 'indra/newview/lldrawpoolterrain.cpp')
-rw-r--r-- | indra/newview/lldrawpoolterrain.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/lldrawpoolterrain.cpp b/indra/newview/lldrawpoolterrain.cpp index 7e089c77b7..0697c5a0c5 100644 --- a/indra/newview/lldrawpoolterrain.cpp +++ b/indra/newview/lldrawpoolterrain.cpp @@ -431,7 +431,6 @@ void LLDrawPoolTerrain::renderFullShaderPBR(bool local_materials) LLGLSLShader* shader = LLGLSLShader::sCurBoundShaderPtr; llassert(shader); - // Like for PBR materials, PBR terrain texture transforms are defined by // the KHR_texture_transform spec, but with the following notable @@ -446,7 +445,6 @@ void LLDrawPoolTerrain::renderFullShaderPBR(bool local_materials) // i.e. this isn't fully compliant with KHR_texture_transform, but is // compliant when all texture infos used by a material have the same // texture transform. - LLGLTFMaterial::TextureTransform::PackTight transforms_packed[terrain_material_count]; for (U32 i = 0; i < terrain_material_count; ++i) { |