From 59ab828098c51c3ca371f622643c78965ac3c67b Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 11 Feb 2021 03:27:44 +0100 Subject: [PATCH] linmath: Fix typo in Mat4 isub docstring Fixes panda3d/panda3d-docs#96 --- panda/src/linmath/lmatrix4_src.I | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/linmath/lmatrix4_src.I b/panda/src/linmath/lmatrix4_src.I index 99d930bd0b..e1040444f2 100644 --- a/panda/src/linmath/lmatrix4_src.I +++ b/panda/src/linmath/lmatrix4_src.I @@ -1045,7 +1045,7 @@ operator += (const FLOATNAME(LMatrix4) &other) { } /** - * Performs a memberwise addition between two matrices. + * Performs a memberwise subtraction between two matrices. */ INLINE_LINMATH FLOATNAME(LMatrix4) &FLOATNAME(LMatrix4):: operator -= (const FLOATNAME(LMatrix4) &other) {