mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
Update mMatrix.h
add default destructor
This commit is contained in:
parent
219792cc30
commit
b5e729c179
1 changed files with 2 additions and 0 deletions
|
|
@ -672,6 +672,8 @@ public:
|
|||
set(e);
|
||||
}
|
||||
|
||||
~Matrix() = default;
|
||||
|
||||
/// Make this an identity matrix.
|
||||
Matrix<DATA_TYPE, rows, cols>& identity();
|
||||
void reverseProjection();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue