Ver Fonte

linmath: Fix typo in Mat4 isub docstring

Fixes panda3d/panda3d-docs#96
rdb há 4 anos atrás
pai
commit
59ab828098
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      panda/src/linmath/lmatrix4_src.I

+ 1 - 1
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)::
 INLINE_LINMATH FLOATNAME(LMatrix4) &FLOATNAME(LMatrix4)::
 operator -= (const FLOATNAME(LMatrix4) &other) {
 operator -= (const FLOATNAME(LMatrix4) &other) {