diff --git a/Engine/source/math/mMatrix.h b/Engine/source/math/mMatrix.h index 57e6b72ae..6c4fe3b6b 100644 --- a/Engine/source/math/mMatrix.h +++ b/Engine/source/math/mMatrix.h @@ -672,6 +672,8 @@ public: set(e); } + ~Matrix() = default; + /// Make this an identity matrix. Matrix& identity(); void reverseProjection();