소스 검색

Update mMatrix.h

add default destructor
marauder2k7 1 년 전
부모
커밋
b5e729c179
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Engine/source/math/mMatrix.h

+ 2 - 0
Engine/source/math/mMatrix.h

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