linmath: Fix typo in Mat4 isub docstring

Fixes panda3d/panda3d-docs#96
This commit is contained in:
rdb 2021-02-11 03:27:44 +01:00
parent 28ad032210
commit 59ab828098

View File

@ -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) {