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.