mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 15:47:43 +00:00
CScriptDamageableTrigger: Remove mutable specifier on x254_fluidPlane
This is no longer necessary now that Render() is non-const.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user