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