浏览代码

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();