From 1e6da607c9adb40d66bca031791fdbad9b22aac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 20 May 2021 12:29:17 +0200 Subject: [PATCH] Shaders: minor. --- src/Magnum/Shaders/PhongGL.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Magnum/Shaders/PhongGL.h b/src/Magnum/Shaders/PhongGL.h index 0c52fa0c3..66547b5cd 100644 --- a/src/Magnum/Shaders/PhongGL.h +++ b/src/Magnum/Shaders/PhongGL.h @@ -1060,9 +1060,9 @@ class MAGNUM_SHADERS_EXPORT PhongGL: public GL::AbstractShaderProgram { _shininessUniform{7}, _normalTextureScaleUniform{8}, _alphaMaskUniform{9}; - #ifndef MAGNUM_TARGET_GLES2 - Int _objectIdUniform{10}; - #endif + #ifndef MAGNUM_TARGET_GLES2 + Int _objectIdUniform{10}; + #endif Int _lightPositionsUniform{11}, _lightColorsUniform, /* 11 + lightCount, set in the constructor */ _lightSpecularColorsUniform, /* 11 + 2*lightCount */