Update mMatrix.h

add default destructor
This commit is contained in:
marauder2k7 2024-07-31 19:02:23 +01:00
parent 219792cc30
commit b5e729c179

View file

@ -672,6 +672,8 @@ public:
set(e);
}
~Matrix() = default;
/// Make this an identity matrix.
Matrix<DATA_TYPE, rows, cols>& identity();
void reverseProjection();