mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-13 14:46:12 +00:00
CSamusDoll: Mark skInitialOffset as constexpr
Allows the vector to be initialized at compile-time.
This commit is contained in:
@@ -85,7 +85,7 @@ class CSamusDoll {
|
||||
u32 _dummy = 0;
|
||||
};
|
||||
|
||||
static const zeus::CVector3f skInitialOffset;
|
||||
static constexpr zeus::CVector3f skInitialOffset{0.0f, 0.0f, 0.8f};
|
||||
static CModelData BuildSuitModelData1(CPlayerState::EPlayerSuit suit);
|
||||
static CModelData BuildSuitModelDataBoots(CPlayerState::EPlayerSuit suit);
|
||||
void SetupLights();
|
||||
|
||||
Reference in New Issue
Block a user