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
1 changed files with 1 additions and 1 deletions

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;