From 537bc3a1d1eafb4abd03ff776044651215e51c94 Mon Sep 17 00:00:00 2001 From: Zuzu-Typ Date: Mon, 3 Jun 2019 14:35:04 +0200 Subject: [PATCH] Fixed typo Wrong title of GLM_GTC_round --- glm/gtc/round.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/gtc/round.hpp b/glm/gtc/round.hpp index fbbcdeb5..f1424c30 100644 --- a/glm/gtc/round.hpp +++ b/glm/gtc/round.hpp @@ -22,7 +22,7 @@ #include #if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED) -# pragma message("GLM: GLM_GTC_integer extension included") +# pragma message("GLM: GLM_GTC_round extension included") #endif namespace glm