From 325d139353ea27a520577e616bd147d67944b6da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 12 Apr 2014 12:44:19 +0200 Subject: [PATCH] Doc++ --- src/Magnum/Texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Texture.h b/src/Magnum/Texture.h index 3190c70e5..e85049abf 100644 --- a/src/Magnum/Texture.h +++ b/src/Magnum/Texture.h @@ -466,7 +466,7 @@ template class Texture: public AbstractTexture { * @return Reference to self (for method chaining) * * Comparison operator used when comparison mode is set to - * @ref CompareMode::CompareRefToTexture. If + * @ref Sampler::CompareMode::CompareRefToTexture. If * @extension{EXT,direct_state_access} is not available, the texture is * bound to some texture unit before the operation. * @note Depth textures can be only 1D or 2D.