Another name/index fix for exercise4.

This commit is contained in:
Joey de Vries
2020-05-17 18:41:52 +02:00
parent ee1d0fa2d2
commit 5b01e17c8e

View File

@@ -79,8 +79,8 @@ int main()
// build and compile our shader zprogram
// ------------------------------------
Shader lightingShader("4.3.lighting_maps.vs", "4.3.lighting_maps.fs");
Shader lampShader("4.3.lamp.vs", "4.3.lamp.fs");
Shader lightingShader("4.4.lighting_maps.vs", "4.4.lighting_maps.fs");
Shader lampShader("4.4.lamp.vs", "4.4.lamp.fs");
// set up vertex data (and buffer(s)) and configure vertex attributes
// ------------------------------------------------------------------