diff --git a/code/nel/src/3d/driver/OpenGL3/driver_opengl_material.cpp b/code/nel/src/3d/driver/OpenGL3/driver_opengl_material.cpp index 453b37227..25174adf8 100644 --- a/code/nel/src/3d/driver/OpenGL3/driver_opengl_material.cpp +++ b/code/nel/src/3d/driver/OpenGL3/driver_opengl_material.cpp @@ -524,6 +524,9 @@ void CDriverGL3::setupPass(uint pass) H_AUTO_OGL(CDriverGL3_setupPass) switch(_CurrentMaterialSupportedShader) { + case CMaterial::Normal: + setupNormalPass(); + break; case CMaterial::LightMap: setupLightMapPass (pass); break;