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

HUD blending fixes and map interpolation

This commit is contained in:
Jack Andersen
2017-11-18 09:59:49 -10:00
parent a2c79eb996
commit e00f6bfe30
5 changed files with 16 additions and 14 deletions

View File

@@ -85,7 +85,7 @@ private:
zeus::CVector3f x164_automapperOffset;
zeus::CQuaternion x170_camRotate;
zeus::CVector3f x180_camOffset;
zeus::CTransform x18c_camXf;
zeus::CTransform x18c_mapCamXf;
EInGameGuiState x1bc_prevState = EInGameGuiState::Zero;
EInGameGuiState x1c0_nextState = EInGameGuiState::Zero;
SOnScreenTex x1c4_onScreenTex;