From 494dba710dd4e8d68791697951a8e7e762402f12 Mon Sep 17 00:00:00 2001 From: Joey de Vries Date: Mon, 24 Oct 2016 09:10:12 +0200 Subject: [PATCH] Issue #43 --- src/2.lighting/4.lighting_maps/lighting_maps_specular.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/2.lighting/4.lighting_maps/lighting_maps_specular.cpp b/src/2.lighting/4.lighting_maps/lighting_maps_specular.cpp index 539566c..23ed04f 100644 --- a/src/2.lighting/4.lighting_maps/lighting_maps_specular.cpp +++ b/src/2.lighting/4.lighting_maps/lighting_maps_specular.cpp @@ -156,10 +156,9 @@ int main() // Load textures - GLuint diffuseMap, specularMap, emissionMap; + GLuint diffuseMap, specularMap; glGenTextures(1, &diffuseMap); glGenTextures(1, &specularMap); - glGenTextures(1, &emissionMap); int width, height; unsigned char* image; // Diffuse map