Remove alignment
This commit is contained in:
parent
dd056456d7
commit
16f30449a9
@ -13,11 +13,11 @@ namespace Phanes::Core::Math {
|
||||
// Accessed by M[Row][Col].
|
||||
|
||||
template<RealType T>
|
||||
struct alignas(4) TMatrix2
|
||||
struct TMatrix2
|
||||
{
|
||||
public:
|
||||
|
||||
alignas(4) T m[2][2];
|
||||
T m[2][2];
|
||||
|
||||
public:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user