mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 19:20:32 +00:00
Redoing some pool reading for better alignment
This commit is contained in:
parent
4ac53960f5
commit
7aeac06fdb
2 changed files with 90 additions and 65 deletions
|
@ -313,3 +313,8 @@ public:
|
|||
other.Reorthogonalise();
|
||||
}
|
||||
};
|
||||
|
||||
class CCompressedMatrix : public CCompressedMatrixNotAligned
|
||||
{
|
||||
int _alignment; // no clue what would this align to
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue