diff options
| author | Sergeanur <s.anureev@yandex.ua> | 2020-05-13 05:31:14 +0300 |
|---|---|---|
| committer | Sergeanur <s.anureev@yandex.ua> | 2020-05-13 05:31:14 +0300 |
| commit | 7aeac06fdb9bd43addad145cad1763dc58063624 (patch) | |
| tree | 11e7a9b994a3621aa717b85042bb01ac35930f38 /src/math | |
| parent | Changing save/load for CPlayerInfo because of alignment crap (diff) | |
| download | re3-7aeac06fdb9bd43addad145cad1763dc58063624.tar.gz | |
Redoing some pool reading for better alignment
Diffstat (limited to 'src/math')
| -rw-r--r-- | src/math/Matrix.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/Matrix.h b/src/math/Matrix.h index 35972e7f..b7e055c5 100644 --- a/src/math/Matrix.h +++ b/src/math/Matrix.h @@ -313,3 +313,8 @@ public: other.Reorthogonalise(); } }; + +class CCompressedMatrix : public CCompressedMatrixNotAligned +{ + int _alignment; // no clue what would this align to +};
\ No newline at end of file |
