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) {}