Selaa lähdekoodia

Update mMatrix.h

add default destructor
marauder2k7 1 vuosi sitten
vanhempi
commit
b5e729c179
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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();