2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Vulkan fixes

This commit is contained in:
Jack Andersen
2018-05-21 21:51:08 -10:00
parent e982497055
commit 1ada86cc03
6 changed files with 12 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ public:
};
float x258_animLen;
float x25c_animTime;
float x25c_animTime = 0.f;
EDoorAnimType x260_doorState = EDoorAnimType::Open;
zeus::CAABox x264_;
TUniqueId x27c_partner1 = kInvalidUniqueId;
@@ -25,7 +25,7 @@ public:
TUniqueId x280_prevDoor = kInvalidUniqueId;
TUniqueId x282_dockId = kInvalidUniqueId;
zeus::CAABox x284_modelBounds;
zeus::CVector3f x29c_;
zeus::CVector3f x29c_orbitPos;
bool x2a8_24_closing : 1;
bool x2a8_25_wasOpen : 1;