mirror of https://github.com/AxioDL/metaforce.git
CScriptDamageableTrigger: Remove mutable specifier on x254_fluidPlane
This is no longer necessary now that Render() is non-const.
This commit is contained in:
parent
124356b4e7
commit
549f58d835
|
@ -29,7 +29,7 @@ private:
|
|||
zeus::CTransform x214_faceDirInv;
|
||||
zeus::CVector3f x244_faceTranslate;
|
||||
float x250_alphaTimer = 0.f;
|
||||
mutable CFluidPlaneDoor x254_fluidPlane;
|
||||
CFluidPlaneDoor x254_fluidPlane;
|
||||
union {
|
||||
struct {
|
||||
bool x300_24_notOccluded : 1;
|
||||
|
|
Loading…
Reference in New Issue