mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 15:04:56 +00:00
CScriptDamageableTrigger: Mark x254_fluidPlane as mutable
A temporary stop-gap to hold over until Render is made non-const.
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
zeus::CTransform x214_faceDirInv;
|
||||
zeus::CVector3f x244_faceTranslate;
|
||||
float x250_alphaTimer = 0.f;
|
||||
CFluidPlaneDoor x254_fluidPlane;
|
||||
mutable CFluidPlaneDoor x254_fluidPlane;
|
||||
union {
|
||||
struct {
|
||||
bool x300_24_notOccluded : 1;
|
||||
|
||||
Reference in New Issue
Block a user