From 103b4f63587647292b4c9f6ffe16b6010e1848f2 Mon Sep 17 00:00:00 2001 From: Joey de Vries Date: Mon, 10 Jul 2017 08:36:52 +0200 Subject: [PATCH] Coordinate system code fix. --- .../coordinate_systems_multiple.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/1.getting_started/6.3.coordinate_systems_multiple/coordinate_systems_multiple.cpp b/src/1.getting_started/6.3.coordinate_systems_multiple/coordinate_systems_multiple.cpp index 1a41613..db2acaa 100644 --- a/src/1.getting_started/6.3.coordinate_systems_multiple/coordinate_systems_multiple.cpp +++ b/src/1.getting_started/6.3.coordinate_systems_multiple/coordinate_systems_multiple.cpp @@ -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 // ------------------------------------------------------------------