From c53f461f3fe945bb3cdb9cbf9b1fcae1235f554a Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 17 Nov 2020 11:59:36 +0100 Subject: [PATCH] gobj: Fix typo in MatrixLens API documentation Fixes #1042 --- panda/src/gobj/matrixLens.I | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/gobj/matrixLens.I b/panda/src/gobj/matrixLens.I index 74cc9296cf..b607106231 100644 --- a/panda/src/gobj/matrixLens.I +++ b/panda/src/gobj/matrixLens.I @@ -54,7 +54,7 @@ operator = (const MatrixLens ©) { * Explicitly specifies the projection matrix. This matrix should convert X * and Y to the range [-film_size/2, film_size/2], where (-fs/2,-fs/2) is the * lower left corner of the screen and (fs/2, fs/2) is the upper right. Z - * should go to the range [-1, 1], where -1 is the far plane and 1 is the near + * should go to the range [-1, 1], where -1 is the near plane and 1 is the far * plane. Note that this is a left-handed Y-up coordinate system. * * The default film_size for a MatrixLens is 2, so the default range is [-1,