mirror of https://github.com/AxioDL/metaforce.git
CScriptDamageableTrigger: Mark x254_fluidPlane as mutable
A temporary stop-gap to hold over until Render is made non-const.
This commit is contained in:
parent
741adfe45c
commit
27f3078c8a
|
@ -34,7 +34,7 @@ public:
|
||||||
zeus::CTransform x214_faceDirInv;
|
zeus::CTransform x214_faceDirInv;
|
||||||
zeus::CVector3f x244_faceTranslate;
|
zeus::CVector3f x244_faceTranslate;
|
||||||
float x250_alphaTimer = 0.f;
|
float x250_alphaTimer = 0.f;
|
||||||
CFluidPlaneDoor x254_fluidPlane;
|
mutable CFluidPlaneDoor x254_fluidPlane;
|
||||||
union {
|
union {
|
||||||
struct {
|
struct {
|
||||||
bool x300_24_notOccluded : 1;
|
bool x300_24_notOccluded : 1;
|
||||||
|
|
Loading…
Reference in New Issue