From 8177cf4aa36db83f38d80c139ef19fec1d326cb4 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 30 Aug 2018 01:06:07 +0200 Subject: [PATCH] Fixed decoloration --- manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual.md b/manual.md index 197b0cf1..de21bbbf 100644 --- a/manual.md +++ b/manual.md @@ -662,7 +662,7 @@ void foo(vec4 const& v) ### 2.18. GLM\_FORCE\_UNRESTRICTED\_GENTYPE: Removing genType restriction GLSL has restrictions on types supported by certain functions that may appear excessive. -By default, GLM follows the GLSL specification as accurately as possible however it's possible to relax these rules using GLM\_FORCE\_UNRESTRICTED\_GENTYPE define. +By default, GLM follows the GLSL specification as accurately as possible however it's possible to relax these rules using `GLM_FORCE_UNRESTRICTED_GENTYPE` define. ```cpp #include