From 3ab53e050af3c0d9733744fe7c6907675e2cdf5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 11 Jan 2013 23:13:55 +0100 Subject: [PATCH] Doc: another copypasta error. --- src/SceneGraph/Camera2D.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SceneGraph/Camera2D.h b/src/SceneGraph/Camera2D.h index 9976a8f93..591cd4261 100644 --- a/src/SceneGraph/Camera2D.h +++ b/src/SceneGraph/Camera2D.h @@ -57,7 +57,7 @@ class MAGNUM_SCENEGRAPH_EXPORT Camera2D: public AbstractCamera<2, T> { * @param object %Object holding this feature * * Sets orthographic projection to the default OpenGL cube (range @f$ [-1; 1] @f$ in all directions). - * @see setOrthographic() + * @see setProjection() */ inline explicit Camera2D(AbstractObject<2, T>* object): AbstractCamera<2, T>(object) {}