2
0
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:
Lioncash
2020-04-09 21:46:54 -04:00
parent 124356b4e7
commit 549f58d835

View File

@@ -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;