Browse Source

Removed old cruft from documentation.

pull/279/head
Vladimír Vondruš 14 years ago
parent
commit
dc6f29bf08
  1. 2
      src/Camera.h

2
src/Camera.h

@ -49,7 +49,7 @@ class MAGNUM_EXPORT Camera: public Object {
* @param parent Parent object * @param parent Parent object
* *
* Sets orthographic projection to the default OpenGL cube (range * 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() * @see setOrthographic(), setPerspective()
*/ */
Camera(Object* parent = nullptr); Camera(Object* parent = nullptr);

Loading…
Cancel
Save