Parcourir la source

Update mMatrix.h

add default destructor
marauder2k7 il y a 1 an
Parent
commit
b5e729c179
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      Engine/source/math/mMatrix.h

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

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