Przeglądaj źródła

Update mMatrix.h

add default destructor
marauder2k7 1 rok temu
rodzic
commit
b5e729c179
1 zmienionych plików z 2 dodań i 0 usunięć
  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();