Fix a comment about Camera::mUp

This commit is contained in:
Eryn Wells 2014-07-20 12:19:59 -07:00
parent 06c2986280
commit 709453adcb

View file

@ -46,7 +46,7 @@ private:
/**
* A vector defining the height of the camera's image plane. The ratio of
* this and mUp determine the aspect ratio of the image.
* this and mRight determine the aspect ratio of the image.
*/
Vector3 mUp;
};