2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 13:47:43 +00:00

Finish AABB area colliders

This commit is contained in:
Jack Andersen
2017-06-25 15:36:31 -10:00
parent 458cde358c
commit ec7ac212ef
12 changed files with 926 additions and 26 deletions

View File

@@ -100,6 +100,8 @@ public:
{
}
u64 GetValue() const { return x0_list; }
static s32 BitPosition(u64 flag)
{
for (u32 i = 0; i < 63; ++i)