diff --git a/modules/base/rendering/renderablemodel.cpp b/modules/base/rendering/renderablemodel.cpp index 1796b72e1f..772b7dcc9b 100644 --- a/modules/base/rendering/renderablemodel.cpp +++ b/modules/base/rendering/renderablemodel.cpp @@ -65,7 +65,6 @@ namespace { { "Color Adding", ColorAddingBlending } }; -<<<<<<< HEAD const GLenum ColorAttachmentArray[3] = { GL_COLOR_ATTACHMENT0, GL_COLOR_ATTACHMENT1, @@ -80,10 +79,6 @@ namespace { constexpr std::array UniformNames = { "nLightSources", "lightDirectionsViewSpace", "lightIntensities", -======= - constexpr std::array UniformNames = { - "opacity", "nLightSources", "lightDirectionsViewSpace", "lightIntensities", ->>>>>>> master "modelViewTransform", "normalTransform", "projectionTransform", "performShading", "ambientIntensity", "diffuseIntensity", "specularIntensity", "gBufferDepthTexture"