Coordinate system code fix.

This commit is contained in:
Joey de Vries
2017-07-10 08:36:52 +02:00
parent 905be9ce52
commit 103b4f6358

View File

@@ -54,7 +54,7 @@ int main()
// build and compile our shader zprogram
// ------------------------------------
Shader ourShader("6.2.coordinate_systems.vs", "6.2.coordinate_systems.fs");
Shader ourShader("6.3.coordinate_systems.vs", "6.3.coordinate_systems.fs");
// set up vertex data (and buffer(s)) and configure vertex attributes
// ------------------------------------------------------------------