Browse Source

Doc: another copypasta error.

pull/7/head
Vladimír Vondruš 14 years ago
parent
commit
3ab53e050a
  1. 2
      src/SceneGraph/Camera2D.h

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

Loading…
Cancel
Save