mirror of
https://github.com/zeldaret/botw
synced 2026-08-21 22:20:28 -04:00
git subrepo pull (merge) lib/sead
subrepo: subdir: "lib/sead" merged: "14326b350" upstream: origin: "https://github.com/open-ead/sead" branch: "master" commit: "14326b350" git-subrepo: version: "0.4.3" origin: "ssh://git@github.com/ingydotnet/git-subrepo" commit: "2f68596"
This commit is contained in:
@@ -74,7 +74,7 @@ struct BaseMtx33
|
||||
union
|
||||
{
|
||||
T m[3][3];
|
||||
T a[9];
|
||||
std::array<T, 9> a;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -84,7 +84,7 @@ struct BaseMtx34
|
||||
union
|
||||
{
|
||||
T m[3][4];
|
||||
T a[12];
|
||||
std::array<T, 12> a;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -94,7 +94,7 @@ struct BaseMtx44
|
||||
union
|
||||
{
|
||||
T m[4][4];
|
||||
T a[16];
|
||||
std::array<T, 16> a;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user