From 27f3078c8a00be9ea42e17088f6b80357187c312 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 6 Apr 2020 04:45:30 -0400 Subject: [PATCH] CScriptDamageableTrigger: Mark x254_fluidPlane as mutable A temporary stop-gap to hold over until Render is made non-const. --- Runtime/World/CScriptDamageableTrigger.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/World/CScriptDamageableTrigger.hpp b/Runtime/World/CScriptDamageableTrigger.hpp index 2f7bead29..c66710ab9 100644 --- a/Runtime/World/CScriptDamageableTrigger.hpp +++ b/Runtime/World/CScriptDamageableTrigger.hpp @@ -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;