From dc6f29bf085c01ebb0a3d9c67403b4244085d1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 15 Aug 2012 16:04:32 +0200 Subject: [PATCH] Removed old cruft from documentation. --- src/Camera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Camera.h b/src/Camera.h index 833993e96..3cecda517 100644 --- a/src/Camera.h +++ b/src/Camera.h @@ -49,7 +49,7 @@ class MAGNUM_EXPORT Camera: public Object { * @param parent Parent object * * Sets orthographic projection to the default OpenGL cube (range - * @f$ [-1; 1] @f$ in all directions) and clear color to black. + * @f$ [-1; 1] @f$ in all directions). * @see setOrthographic(), setPerspective() */ Camera(Object* parent = nullptr);