CScriptDamageableTrigger: Mark x254_fluidPlane as mutable

A temporary stop-gap to hold over until Render is made non-const.
This commit is contained in:
Lioncash 2020-04-06 04:45:30 -04:00
parent 741adfe45c
commit 27f3078c8a
1 changed files with 1 additions and 1 deletions

View File

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