From 14da0e7c8f18a7e3ac2eda081cb31e30532d6927 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Sat, 5 Mar 2016 22:29:57 -0500 Subject: [PATCH] You missed a spot --- glm/detail/setup.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index 27c96521..6182f62b 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -896,7 +896,7 @@ // Clip control #ifdef GLM_DEPTH_ZERO_TO_ONE // Legacy 0.9.8 development -# error Define GLM_FORECE_DEPTH_ZERO_TO_ONE instead of GLM_DEPTH_ZERO_TO_ONE to use 0 to 1 clip space. +# error Define GLM_FORCE_DEPTH_ZERO_TO_ONE instead of GLM_DEPTH_ZERO_TO_ONE to use 0 to 1 clip space. #endif #define GLM_DEPTH_ZERO_TO_ONE 0x00000001