From e5d75fb881025600182eadf6b4b4fc8ec5fa7b4f Mon Sep 17 00:00:00 2001 From: Joey de Vries Date: Wed, 3 Jun 2020 17:07:22 +0200 Subject: [PATCH] Fix texture rename on CMakeLIsts. --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index be0c5f4..d7999c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,9 +77,9 @@ set(1.getting_started 3.3.shaders_class 4.1.textures 4.2.textures_combined - 4.3.textures_exercise2 - 4.4.textures_exercise3 - 4.5.textures_exercise4 + 4.4.textures_exercise2 + 4.5.textures_exercise3 + 4.6.textures_exercise4 5.1.transformations 5.2.transformations_exercise2 6.1.coordinate_systems