Skip to content

Commit

Permalink
Update mMatrix.h
Browse files Browse the repository at this point in the history
add default destructor
  • Loading branch information
marauder2k7 committed Jul 31, 2024
1 parent 219792c commit b5e729c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Engine/source/math/mMatrix.h
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,8 @@ class Matrix {
set(e);
}

~Matrix() = default;

/// Make this an identity matrix.
Matrix<DATA_TYPE, rows, cols>& identity();
void reverseProjection();
Expand Down

0 comments on commit b5e729c

Please sign in to comment.