From e8b59361c235d2615e43810ab7c4f13564dbf67e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 23 Jan 2023 23:20:06 +0100 Subject: [PATCH] MeshTools: doc++ --- src/Magnum/MeshTools/Compile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/MeshTools/Compile.cpp b/src/Magnum/MeshTools/Compile.cpp index 3a7443fde..79ebc4e05 100644 --- a/src/Magnum/MeshTools/Compile.cpp +++ b/src/Magnum/MeshTools/Compile.cpp @@ -50,7 +50,7 @@ #endif /* This header is included only privately and doesn't introduce any linker - dependency, thus it's completely safe */ + dependency, thus it's completely safe to not link to the Shaders library */ #include "Magnum/Shaders/GenericGL.h" namespace Magnum { namespace MeshTools {