From 709453adcb36be49e3de8a580e4dc272c7a0ae33 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 20 Jul 2014 12:19:59 -0700 Subject: [PATCH] Fix a comment about Camera::mUp --- src/camera.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/camera.h b/src/camera.h index 647f1b4..462a1b6 100644 --- a/src/camera.h +++ b/src/camera.h @@ -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; };